Skip to content

Commit

Permalink
2.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Nov 28, 2024
1 parent ccccda1 commit f738aa5
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.7 (28 November 2024)
- [#106](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/106) - Exclude some code when running in Blazor Webassembly [bug] contributed by [StefH](https://github.com/StefH)
- [#105](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/105) - System.Diagnostic not supported in net8.0-browser [bug]

# 2.4.6 (09 October 2024)
- [#101](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/101) - Upgrade System.Text.RegularExpressions to 4.3.1 to solve CVE [bug] contributed by [StefH](https://github.com/StefH)

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.6
SET version=2.4.7

GitHubReleaseNotes --output CHANGELOG.md --skip-empty-releases --exclude-labels question invalid documentation duplicate --version %version% --token %GH_TOKEN%
2 changes: 1 addition & 1 deletion src/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.6</VersionPrefix>
<VersionPrefix>2.4.7</VersionPrefix>
<LangVersion>11</LangVersion>
<Nullable>enable</Nullable>
<Copyright>Copyright © 2020-2024 Stef Heyenrath</Copyright>
Expand Down

0 comments on commit f738aa5

Please sign in to comment.