Skip to content

Commit dfb4310

Browse files
committed
Update humanizer dependency version and bump version. Fixes #18
1 parent 893e7ed commit dfb4310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SpatialFocus.EntityFrameworkCore.Extensions/SpatialFocus.EntityFrameworkCore.Extensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<Version>2.1.1</Version>
8+
<Version>2.1.2</Version>
99
<PackageId>SpatialFocus.EntityFrameworkCore.Extensions</PackageId>
1010
<Title>Spatial Focus EntityFrameworkCore Extensions</Title>
1111
<Description>A set of useful extensions for EntityFrameworkCore (Enum Lookup Tables, Naming of tables / properties / keys, Pluralize).</Description>
@@ -32,7 +32,7 @@
3232

3333
<ItemGroup>
3434
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
35-
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
35+
<PackageReference Include="Humanizer.Core" Version="2.8.26" />
3636
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
3737
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" />
3838
</ItemGroup>

0 commit comments

Comments
 (0)