Skip to content

Commit

Permalink
2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Jul 12, 2024
1 parent 9d15bcb commit 2f26bef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.4.5 (12 July 2024)
- [#97](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/97) - Fix loading additional Handlebars.Net.Helpers dll's when running application from commandline using 'dotnet run' [bug] contributed by [StefH](https://github.com/StefH)
- [#96](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/96) - DynamicLinq Helpers Not Registering Correctly in .NET 8.0 WebAPI Project running in Docker [bug]

# 2.4.4 (27 June 2024)
- [#99](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/99) - Add Handlebars.Net.Helpers.Xslt [enhancement] 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;net6.0;net8.0</TargetFrameworks>
<VersionPrefix>2.4.4</VersionPrefix>
<VersionPrefix>2.4.5</VersionPrefix>
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
<Copyright>Copyright © 2020-2024 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.4
SET version=2.4.5

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

0 comments on commit 2f26bef

Please sign in to comment.