Skip to content

Commit

Permalink
2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed May 12, 2024
1 parent aa84cf0 commit 7ebf120
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 2.4.3 (12 May 2024)
- [#93](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/93) - Add String.Equals with StringComparison [enhancement] contributed by [StefH](https://github.com/StefH)
- [#95](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/95) - When ThrowOnUnresolvedBindingExpression is False, do not throw when UndefinedBindingResult but use default value [enhancement] contributed by [StefH](https://github.com/StefH)
- [#94](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/94) - UndefinedBindingResult Throws exception when using #String.Equal [bug]

# 2.4.2.1 (18 April 2024)
- [#90](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/90) - Upgrade some NuGets [enhancement] contributed by [StefH](https://github.com/StefH)
- [#91](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/91) - Use version 1.3.12 from System.Linq.Dynamic.Core [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.2.1</VersionPrefix>
<VersionPrefix>2.4.3</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.2.1
SET version=2.4.3

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

0 comments on commit 7ebf120

Please sign in to comment.