Skip to content

Commit

Permalink
Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Aug 28, 2019
1 parent a6b1874 commit 5a90ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform.Ranges.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageReleaseNotes>Added support for net461 (.NET Framework 4.6.1).
<PackageReleaseNotes>Added support for net47 (.NET Framework 4.7).
Platform.Exceptions dependency updated from 0.1.1 to 0.2.0.
Added Difference extension method for Range struct (supporting all basic numeric .NET types).
Added the implicit converter to ValueTuple and back for Range struct. It is now possible to use `(0, 1)` expression instead of `new Range&lt;int&gt;(0, 1)`.
Expand Down

0 comments on commit 5a90ed2

Please sign in to comment.