Skip to content

Commit 2f26bef

Browse files
committed
2.4.5
1 parent 9d15bcb commit 2f26bef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.4.5 (12 July 2024)
2+
- [#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)
3+
- [#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]
4+
15
# 2.4.4 (27 June 2024)
26
- [#99](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/99) - Add Handlebars.Net.Helpers.Xslt [enhancement] contributed by [StefH](https://github.com/StefH)
37

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<PropertyGroup>
77
<TargetFrameworks>net451;net452;net46;netstandard1.3;netstandard2.0;netstandard2.1;net6.0;net8.0</TargetFrameworks>
8-
<VersionPrefix>2.4.4</VersionPrefix>
8+
<VersionPrefix>2.4.5</VersionPrefix>
99
<LangVersion>11</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Copyright>Copyright © 2020-2024 Stef Heyenrath</Copyright>

Generate-ReleaseNotes.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rem https://github.com/StefH/GitHubReleaseNotes
22

3-
SET version=2.4.4
3+
SET version=2.4.5
44

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

0 commit comments

Comments
 (0)