Skip to content

Commit

Permalink
Version 0.2.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Feb 21, 2020
1 parent f24e07b commit 330f781
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions csharp/Platform.Ranges/Platform.Ranges.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Ranges Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Ranges</AssemblyTitle>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.2.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Ranges</AssemblyName>
Expand All @@ -24,18 +24,8 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>The lowest supported version of .NET Framework is now 4.7.1.
Added support for .NET Standard 2.1 (.NET Core 3.0).
Platform.Exceptions dependency updated from 0.2.0 to 0.2.1.
Range&lt;T&gt;.IsInsideRange method removed.
ContainsValue and ContainsRange methods in Range&lt;T&gt; struct renamed to Contains.
Added the static class Range with constants fields for numeric ranges.
Source link enabled.
Travis CI disabled.
GitHub Actions enabled.
Refactoring, performance optimizations, issues fix.

This release is not backward compatible with the previous 0.0.5 release.</PackageReleaseNotes>
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
Platform.Exceptions dependency updated from 0.2.1 to 0.3.0.</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
Expand Down

0 comments on commit 330f781

Please sign in to comment.