From 3c0e0c94d5a6204a674d6cf324029663136588bd Mon Sep 17 00:00:00 2001 From: Peter O Date: Wed, 30 Jun 2021 20:39:22 -0400 Subject: [PATCH] Version 4.4.4 --- CBOR.nuspec | 11 ++++++++--- CBOR40/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CBOR.nuspec b/CBOR.nuspec index 39f6e178..682a3ed1 100644 --- a/CBOR.nuspec +++ b/CBOR.nuspec @@ -1,5 +1,10 @@ 4.4.2PeterO.CborfalseVersion 4.4.2: +>4.4.4PeterO.CborfalseVersion 4.4.4: + +- Bug fixes, including updating the Numbers library that has bug fixes. Some of + the bug fixes involve how equivalent forms of NaN are handled. + +Version 4.4.2: - Performance improvements in some cases, especially involving date/time conversions - Error checks in DateTimeFieldsToCBORObject method in CBORDateConverter @@ -16,5 +21,5 @@ Version 4.4: - CBORDateConverter made public and expanded to enable conversion between various date/time formats and CBOR objects - Added CanFitInUInt64 and CanTruncatedIntFitInUInt64 methods -- Bug fixesCC0-1.0https://github.com/peteroupc/CBORPeter OccilA C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.Peter OccilCBOR (Concise Binary Object Representation)cbor data serialization binary json +- Bug fixesCC0-1.0https://github.com/peteroupc/CBORPeter OccilA C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949.Peter OccilCBOR (Concise Binary Object Representation)cbor data serialization binary json \ No newline at end of file diff --git a/CBOR40/Properties/AssemblyInfo.cs b/CBOR40/Properties/AssemblyInfo.cs index 1477b391..3c9b6bf4 100644 --- a/CBOR40/Properties/AssemblyInfo.cs +++ b/CBOR40/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ using System.Reflection; [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("4.4.2")] -[assembly: AssemblyVersion("4.4.2.0")] -[assembly: AssemblyFileVersion("4.4.2.0")] +[assembly: AssemblyInformationalVersion("4.4.4")] +[assembly: AssemblyVersion("4.4.4.0")] +[assembly: AssemblyFileVersion("4.4.4.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")] [assembly: AssemblyTitle("CBOR (Concise Binary Object Representati" +