Skip to content

Commit 35b0a5a

Browse files
CopilotStefH
andauthored
Relax Humanizer dependency from exact pin to version range [2.8.0, 4.0.0) (#137)
* Initial plan * Update Humanizer dependency to floating version range [2.14.1,4.0.0) Agent-Logs-Url: https://github.com/Handlebars-Net/Handlebars.Net.Helpers/sessions/0751f0f6-ac5c-4832-ba3e-4dd56940760e Co-authored-by: StefH <249938+StefH@users.noreply.github.com> * Lower Humanizer minimum to 2.8.0 (lowest version with required API compatibility) Agent-Logs-Url: https://github.com/Handlebars-Net/Handlebars.Net.Helpers/sessions/b2f1b160-ea99-47aa-8f07-54b3321c348c Co-authored-by: StefH <249938+StefH@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: StefH <249938+StefH@users.noreply.github.com>
1 parent a317a58 commit 35b0a5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.14.1" />
15+
<PackageReference Include="Humanizer" Version="[2.8.0,4.0.0)" />
1616
</ItemGroup>
1717

1818
<ItemGroup>

0 commit comments

Comments
 (0)