Skip to content

Commit

Permalink
Bump to version 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pergerch committed Sep 16, 2020
1 parent dd2f4fb commit 0c63aee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>2.1.0-beta2</Version>
<Version>2.1.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 @@ -31,6 +31,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Humanizer.Core" Version="2.7.9" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.0" />
Expand Down

0 comments on commit 0c63aee

Please sign in to comment.