Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
axelheer committed Jan 21, 2021
1 parent 8ec8c4e commit bb011b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Nullable>Enable</Nullable>
<LangVersion>9.0</LangVersion>
<VersionPrefix>5.0.0</VersionPrefix>
<VersionPrefix>5.0.1</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
2 changes: 1 addition & 1 deletion pack.props
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To support different LINQ implementations, the following flavours are available.
<PackageIcon>icon.png</PackageIcon>
<PackageProjectUrl>https://github.com/axelheer/nein-linq</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Added support for EF Core 5.0.</PackageReleaseNotes>
<PackageReleaseNotes>Improved handling of dynamic lambda factories.</PackageReleaseNotes>
<PackageTags>LINQ;EF;IX</PackageTags>
</PropertyGroup>

Expand Down

0 comments on commit bb011b8

Please sign in to comment.