Skip to content

Commit

Permalink
2.4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 8, 2023
1 parent 0374034 commit edb55ad
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.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)

# 2.4.1 (26 August 2023)
- [#82](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/82) - DateTime.Format contributed by [StefH](https://github.com/StefH)
- [#81](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/81) - Add DateTime.Format [enhancement]
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</VersionPrefix>
<VersionPrefix>2.4.1.1</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
SET version=2.4.1.1

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

0 comments on commit edb55ad

Please sign in to comment.