Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
axelheer committed Feb 15, 2019
1 parent 97d9d6a commit 445f1a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NeinLinq.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<NoWarn>NU5105</NoWarn>
<VersionPrefix>3.1.0</VersionPrefix>
<VersionPrefix>3.1.1</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(CollectCoverage)' != 'true' ">
Expand Down
2 changes: 1 addition & 1 deletion PackageData.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To support different LINQ implementations, the following flavours are available.
<PackageIconUrl>https://www.heer.eu/media/axel.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/axelheer/nein-linq</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>Improved handling of proprietary LINQ operations and added sub-query optimizations for certain query providers. Added SourceLink.</PackageReleaseNotes>
<PackageReleaseNotes>.</PackageReleaseNotes>
<PackageTags>LINQ;EF;IX</PackageTags>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 3.1.0-ci.{build}
version: 3.1.1-ci.{build}

image:
- Ubuntu
Expand Down

0 comments on commit 445f1a9

Please sign in to comment.