Skip to content

Commit

Permalink
version bump and pack (v2.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
collenirwin committed Jan 16, 2021
1 parent ecd3ce8 commit 80cca68
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ToPage/ToPage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@
<PackageTags>paging entityframework entityframeworkcore</PackageTags>
<RepositoryType>git</RepositoryType>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Version>2.0.0</Version>
<PackageReleaseNotes>ToPage version 2.0.0 contains breaking changes:
All ToPage* extension methods return IPage&lt;T&gt; or IPageWithCounts&lt;T&gt; rather than their concrete implementations.
Page&lt;T&gt; and PageWithCounts&lt;T&gt; constructors throw exceptions when null or out of range arguments are passed to them.</PackageReleaseNotes>
<Version>2.0.1</Version>
<PackageReleaseNotes>Page.Empty&lt;T&gt; and Page.EmptyWithCounts&lt;T&gt; now return IPage&lt;T&gt; and IPageWithCounts&lt;T&gt; respectively (as they should have always been).</PackageReleaseNotes>
</PropertyGroup>

</Project>

0 comments on commit 80cca68

Please sign in to comment.