From 26b7571292aca5037430227a223dac1702b43b80 Mon Sep 17 00:00:00 2001 From: Peter O Date: Fri, 2 Jul 2021 10:07:45 -0400 Subject: [PATCH] Version 1.8.2 --- Numbers.nuspec | 8 ++++++-- Numbers20/Properties/AssemblyInfo.cs | 6 +++--- Numbers40/Properties/AssemblyInfo.cs | 6 +++--- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/Numbers.nuspec b/Numbers.nuspec index 89a51a4..fbbcecf 100644 --- a/Numbers.nuspec +++ b/Numbers.nuspec @@ -1,5 +1,9 @@ 1.8.1PeterO.NumbersfalseVersion 1.8.1 +>1.8.2PeterO.NumbersfalseVersion 1.8.2 + +- Fix bugs involving negative zero with ERational.FromEFloat and ERational.FromEDecimal + +Version 1.8.1 - Fix bugs in EFloat string parsing in certain corner cases - Fix NaN roundtripping with From/ToSingleBits and From/ToDoubleBits @@ -10,4 +14,4 @@ Version 1.8 - Add FromInt64AsUnsigned to EInteger, EDecimal, EFloat, and ERational - Add overload to FromBytes method of EInteger - Bug fixesCC0-1.0https://github.com/peteroupc/NumbersPeter OccilA C# library that supports arbitrary-precision binary and decimal floating-point numbers and rational numbers with arbitrary-precision components, and supports arithmetic with these numbers.Peter OccilArbitrary-Precision Number Librarynumbers arithmetic decimal math +> \ No newline at end of file diff --git a/Numbers20/Properties/AssemblyInfo.cs b/Numbers20/Properties/AssemblyInfo.cs index 208cfd2..ac0f528 100644 --- a/Numbers20/Properties/AssemblyInfo.cs +++ b/Numbers20/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ using System.Reflection; [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("1.8.1")] -[assembly: AssemblyVersion("1.8.1.0")] -[assembly: AssemblyFileVersion("1.8.1.0")] +[assembly: AssemblyInformationalVersion("1.8.2")] +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] [assembly: AssemblyProduct("Arbitrary-Precision Number Library")] [assembly: AssemblyTitle("Arbitrary-Precision Number Library")] [assembly: AssemblyDescription("A C# library that supports arbitrary-pre" + diff --git a/Numbers40/Properties/AssemblyInfo.cs b/Numbers40/Properties/AssemblyInfo.cs index 208cfd2..ac0f528 100644 --- a/Numbers40/Properties/AssemblyInfo.cs +++ b/Numbers40/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ using System.Reflection; [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("1.8.1")] -[assembly: AssemblyVersion("1.8.1.0")] -[assembly: AssemblyFileVersion("1.8.1.0")] +[assembly: AssemblyInformationalVersion("1.8.2")] +[assembly: AssemblyVersion("1.8.2.0")] +[assembly: AssemblyFileVersion("1.8.2.0")] [assembly: AssemblyProduct("Arbitrary-Precision Number Library")] [assembly: AssemblyTitle("Arbitrary-Precision Number Library")] [assembly: AssemblyDescription("A C# library that supports arbitrary-pre" +