From 72a4d330f6da0680901e1e84291834dcdcc97b4f Mon Sep 17 00:00:00 2001 From: Konstantin Diachenko Date: Sun, 23 Feb 2020 21:09:44 +0300 Subject: [PATCH] Version 0.4.0. Release notes updated. --- csharp/Platform.Numbers/Platform.Numbers.csproj | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/csharp/Platform.Numbers/Platform.Numbers.csproj b/csharp/Platform.Numbers/Platform.Numbers.csproj index 5e3e6e8..355203c 100644 --- a/csharp/Platform.Numbers/Platform.Numbers.csproj +++ b/csharp/Platform.Numbers/Platform.Numbers.csproj @@ -4,7 +4,7 @@ LinksPlatform's Platform.Numbers Class Library Konstantin Diachenko Platform.Numbers - 0.3.0 + 0.4.0 Konstantin Diachenko net472;netstandard2.0;netstandard2.1 Platform.Numbers @@ -24,13 +24,9 @@ true snupkg latest - Platform.Converters dependency updated from 0.0.8 to 0.1.0. -Obsolete Integer struct and class removed. -Removed Arithmetic.Subtract method with Integer<T> 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. + 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.