Skip to content

Commit

Permalink
2.4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 8, 2023
1 parent 436ef4f commit 740c1c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.4.1.2 (08 December 2023)
- [#85](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/85) - Workaround for: Random.Generate Type="Long" [bug] contributed by [StefH](https://github.com/StefH)

# 2.4.1.1 (08 December 2023)
- [#84](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/84) - Workaround for: Random.Generate Type="Long" [bug] contributed by [StefH](https://github.com/StefH)

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<PropertyGroup>
<TargetFrameworks>net451;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1</TargetFrameworks>
<VersionPrefix>2.4.1.1</VersionPrefix>
<VersionPrefix>2.4.1.2</VersionPrefix>
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
<Copyright>Copyright © 2020-2023 Stef Heyenrath</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=2.4.1.1
SET version=2.4.1.2

GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid documentation duplicate --version %version% --token %GH_TOKEN%

0 comments on commit 740c1c1

Please sign in to comment.