Skip to content

Commit

Permalink
Prepare for 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Jul 3, 2018
1 parent 7255d78 commit 81a8d4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MoreLinq/MoreLinq.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<Copyright>$([System.Text.RegularExpressions.Regex]::Replace($(Copyright), `\s+`, ` `).Trim())</Copyright>
<AssemblyTitle>MoreLINQ</AssemblyTitle>
<NeutralLanguage>en-US</NeutralLanguage>
<VersionPrefix>3.0.0</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<Authors>MoreLINQ Developers.</Authors>
<TargetFrameworks>net451;netstandard1.0;netstandard2.0</TargetFrameworks>
<LangVersion>7.1</LangVersion>
Expand All @@ -126,7 +126,6 @@
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
<PackageId>morelinq</PackageId>
<PackageTags>linq;extensions</PackageTags>
<PackageReleaseNotes>Adds new operators: Await (EXPERIMENTAL), AwaitCompletion (EXPERIMENTAL), Backsert, Cartesian (overloads), CompareCount, Choose, CountDown, Memoize (EXPERIMENTAL), Transpose, ZipLongest (overloads), WindowLeft, WindowRight. See also https://github.com/morelinq/MoreLINQ/wiki/API-Changes.</PackageReleaseNotes>
<PackageProjectUrl>https://morelinq.github.io/</PackageProjectUrl>
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
Expand Down

0 comments on commit 81a8d4a

Please sign in to comment.