Skip to content

Commit

Permalink
NuGet release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch committed Jan 4, 2019
1 parent f66b320 commit 16fffba
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

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

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.5.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Humanizer.Core" Version="2.5.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.1.4" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="2.1.4" />
</ItemGroup>

</Project>

0 comments on commit 16fffba

Please sign in to comment.