Skip to content

Commit

Permalink
2.4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Dec 20, 2023
1 parent c6d33da commit 2afe410
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.4 (20 December 2023)
- [#87](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/87) - Update FormatAsString to make the format optional [enhancement] contributed by [StefH](https://github.com/StefH)

# 2.4.1.3 (14 December 2023)
- [#86](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/86) - String.FormatAsString [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</TargetFrameworks>
<VersionPrefix>2.4.1.3</VersionPrefix>
<VersionPrefix>2.4.1.4</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.3
SET version=2.4.1.4

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

0 comments on commit 2afe410

Please sign in to comment.