Skip to content

Commit 3cc2596

Browse files
committed
2.5.5
1 parent 35b0a5a commit 3cc2596

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.5.5 (31 March 2026)
2+
- [#137](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/137) - Relax Humanizer dependency from exact pin to version range [2.14.1, 4.0.0) contributed by [Copilot](https://github.com/apps/copilot-swe-agent)
3+
- [#136](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/136) - Hard-pinned `Humanizer` v2 via `Handlebars.Net.Helpers.Humanizer` [enhancement]
4+
15
# 2.5.4 (21 December 2025)
26
- [#135](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/pull/135) - Add String.First/Last helpers and fix Split for multi-char separators [enhancement] contributed by [ablyler](https://github.com/ablyler)
37
- [#130](https://github.com/Handlebars-Net/Handlebars.Net.Helpers/issues/130) - Conflict Between Truncate Helpers Prevents Usage Without Prefix [bug]

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.5.4
3+
SET version=2.5.5
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.5.4</VersionPrefix>
8+
<VersionPrefix>2.5.5</VersionPrefix>
99
<LangVersion>12</LangVersion>
1010
<Nullable>enable</Nullable>
1111
<Copyright>Copyright © 2020-2025 Stef Heyenrath</Copyright>

src/Handlebars.Net.Helpers.Humanizer/Handlebars.Net.Helpers.Humanizer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Humanizer" Version="[2.8.0,4.0.0)" />
15+
<PackageReference Include="Humanizer" Version="[2.14.1,4.0.0)" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)