Skip to content

Commit

Permalink
1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Aug 3, 2022
1 parent 77d6ad3 commit 642978a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>1.0.15</VersionPrefix>
<VersionPrefix>1.0.16</VersionPrefix>
<LangVersion>10.0</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=1.0.15
SET version=1.0.16

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version% --token %GH_TOKEN%
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.0.16 (03 August 2022)
- [#22](https://github.com/StefH/RandomDataGenerator/pull/22) - Use static RandomValueGenerator [feature] contributed by [StefH](https://github.com/StefH)

# 1.0.15 (21 April 2022)
- [#21](https://github.com/StefH/RandomDataGenerator/pull/21) - Credit Card Number [feature] contributed by [StefH](https://github.com/StefH)
- [#20](https://github.com/StefH/RandomDataGenerator/issues/20) - Credit card numbers [feature]
Expand Down

0 comments on commit 642978a

Please sign in to comment.