Skip to content

Commit 29bf555

Browse files
committed
2.4.12
1 parent 2ecda18 commit 29bf555

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# 2.4.11 (18 February 2025)
1+
# 2.4.12 (20 February 2025)
22
- [#115](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/115) - Add New Features to Object and DateTime Helpers contributed by [fabianosuet](https://github.com/fabianosuet)
33
- [#117](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/117) - Update DateTimeHelper [enhancement] contributed by [StefH](https://github.com/StefH)
44
- [#118](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/118) - Refactoring DateTime "Add" Helpers and unit tests [enhancement] contributed by [fabianosuet](https://github.com/fabianosuet)
5+
- [#120](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/120) - Fix DateTimeHelper [bug] contributed by [StefH](https://github.com/StefH)
56
- [#114](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/114) - Add New Features to Object and DateTime Helpers [enhancement]
7+
- [#119](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/119) - DateTime helper registering all helper methods inherited from StringHelper under DateTime category [bug]
68

79
# 2.4.10 (25 January 2025)
810
- [#113](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/113) - Added Enumerable helper Count [enhancement] contributed by [epDugas](https://github.com/epDugas)

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.11
3+
SET version=2.4.12
44

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

src/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.11</VersionPrefix>
8+
<VersionPrefix>2.4.12</VersionPrefix>
99
<LangVersion>12</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Copyright>Copyright © 2020-2025 Stef Heyenrath</Copyright>

0 commit comments

Comments
 (0)