Skip to content

Commit 16fffba

Browse files
committed
NuGet release 1.3.0
1 parent f66b320 commit 16fffba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>1.2.0</Version>
4+
<Version>1.3.0</Version>
55
<PackageId>SpatialFocus.EntityFrameworkCore.Extensions</PackageId>
66
<Title>Spatial Focus EntityFrameworkCore Extensions</Title>
77
<Description>A set of useful extensions for EntityFrameworkCore (Enum Lookup Tables, Naming of tables / properties / keys, Pluralize).</Description>
@@ -18,13 +18,13 @@
1818
</PropertyGroup>
1919

2020
<PropertyGroup>
21-
<TargetFramework>netstandard2.0</TargetFramework>
22-
</PropertyGroup>
21+
<TargetFramework>netstandard2.0</TargetFramework>
22+
</PropertyGroup>
2323

24-
<ItemGroup>
25-
<PackageReference Include="Humanizer.Core" Version="2.5.1" />
26-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
27-
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
28-
</ItemGroup>
24+
<ItemGroup>
25+
<PackageReference Include="Humanizer.Core" Version="2.5.1" />
26+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
27+
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
28+
</ItemGroup>
2929

3030
</Project>

0 commit comments

Comments
 (0)