Skip to content

Commit d41f3f0

Browse files
Merge pull request #443 from agoerner/feature/humanizer
Update Humanizer to latest version
2 parents a80a0c9 + 98dd2f0 commit d41f3f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SqlKata.Execution/SqlKata.Execution.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<PackageId>SqlKata.Execution</PackageId>
44
<PackageTags>sql;query-builder;dynamic-query</PackageTags>
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515
<ItemGroup>
1616
<PackageReference Include="dapper" Version="1.50.5" />
17-
<PackageReference Include="Humanizer.Core" Version="2.6.2" />
17+
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
1818
</ItemGroup>
1919
<PropertyGroup>
2020
<TargetFrameworks>netstandard1.3;net451</TargetFrameworks>

0 commit comments

Comments
 (0)