diff --git a/Platform.Numbers/Platform.Numbers.csproj b/Platform.Numbers/Platform.Numbers.csproj index ecd7c19..758775c 100644 --- a/Platform.Numbers/Platform.Numbers.csproj +++ b/Platform.Numbers/Platform.Numbers.csproj @@ -4,12 +4,12 @@ LinksPlatform's Platform.Numbers Class Library Konstantin Diachenko Platform.Numbers - 0.2.3 + 0.3.0 Konstantin Diachenko net471;netstandard2.0;netstandard2.1 Platform.Numbers Platform.Numbers - LinksPlatform;Numbers;Arithmetic;ArithmeticExtensions;Bit;BitExtensions;Integer;Math;MathExtensions + LinksPlatform;Numbers;Arithmetic;ArithmeticExtensions;Bit;BitExtensions;Math;MathExtensions https://raw.githubusercontent.com/linksplatform/Documentation/18469f4d033ee9a5b7b84caab9c585acab2ac519/doc/Avatar-rainbow-icon-64x64.png https://linksplatform.github.io/Numbers MIT @@ -24,7 +24,13 @@ true snupkg latest - Platform.Converters dependency updated from 0.0.7 to 0.0.8. + 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. @@ -32,7 +38,7 @@ - +