Skip to content

Commit

Permalink
Version 0.4.0. Release notes updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Feb 23, 2020
1 parent e3604ab commit 72a4d33
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions csharp/Platform.Numbers/Platform.Numbers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description>LinksPlatform's Platform.Numbers Class Library</Description>
<Copyright>Konstantin Diachenko</Copyright>
<AssemblyTitle>Platform.Numbers</AssemblyTitle>
<VersionPrefix>0.3.0</VersionPrefix>
<VersionPrefix>0.4.0</VersionPrefix>
<Authors>Konstantin Diachenko</Authors>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<AssemblyName>Platform.Numbers</AssemblyName>
Expand All @@ -24,13 +24,9 @@
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<LangVersion>latest</LangVersion>
<PackageReleaseNotes>Platform.Converters dependency updated from 0.0.8 to 0.1.0.
Obsolete Integer struct and class removed.
Removed Arithmetic.Subtract method with Integer&lt;T&gt; as arguments.
Added Arithmetic.Increment(ref T) and Arithmetic.Decrement(ref T) methods, these methods should be used only for shorter/simpler code, because they are slower then versions without ref.
Issues fix.

This release is not backward compatible with the previous 0.2.3 release.</PackageReleaseNotes>
<PackageReleaseNotes>Lowest supported version of .NET Framework is now 4.7.2.
Platform.Converters dependency updated from 0.1.0 to 0.2.0.
Added support for generic multiplication and division.</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit 72a4d33

Please sign in to comment.