From f74930528be1d86ccfd431e21629bfba7a4be20d Mon Sep 17 00:00:00 2001 From: Peter Occil Date: Mon, 17 Jan 2022 10:33:05 -0500 Subject: [PATCH] Version 4.5.1 --- CBOR.nuspec | 6 +++++- CBOR/CBOR.csproj | 6 +++++- CBOR/PeterO/Cbor/CBORObject.cs | 4 ++-- CBOR20/Properties/AssemblyInfo.cs | 6 +++--- CBOR40/Properties/AssemblyInfo.cs | 6 +++--- 5 files changed, 18 insertions(+), 10 deletions(-) diff --git a/CBOR.nuspec b/CBOR.nuspec index e2c76eac..a12ccf26 100644 --- a/CBOR.nuspec +++ b/CBOR.nuspec @@ -1,5 +1,9 @@ 4.5PeterO.CborfalseVersion 4.5: +>4.5.1PeterO.CborfalseVersion 4.5.1 + +- Fix reported security issue + +Version 4.5: - Add support for JSON Pointers and JSON Patches - Add option to keep map key order when decoding CBOR and JSON diff --git a/CBOR/CBOR.csproj b/CBOR/CBOR.csproj index 73e2d7c8..fae8d457 100644 --- a/CBOR/CBOR.csproj +++ b/CBOR/CBOR.csproj @@ -3,7 +3,7 @@ netstandard1.0 True - 4.5 + 4.5.1 Peter Occil A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949. A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 8949. @@ -13,6 +13,10 @@ CC0-1.0 https://github.com/peteroupc/CBOR +Version 4.5.1 + +- Fix reported security issue + Version 4.5: - Add support for JSON Pointers and JSON Patches diff --git a/CBOR/PeterO/Cbor/CBORObject.cs b/CBOR/PeterO/Cbor/CBORObject.cs index 8fdd9f0e..af91f170 100644 --- a/CBOR/PeterO/Cbor/CBORObject.cs +++ b/CBOR/PeterO/Cbor/CBORObject.cs @@ -7945,9 +7945,9 @@ private static int MapCompare( var sortedASet = new List(mapA.Keys); var sortedBSet = new List(mapB.Keys); // DebugUtility.Log("---sorting mapA's keys"); - sortedASet.Sort(); + // sortedASet.Sort(); // DebugUtility.Log("---sorting mapB's keys"); - sortedBSet.Sort(); + // sortedBSet.Sort(); // DebugUtility.Log("---done sorting"); listACount = sortedASet.Count; listBCount = sortedBSet.Count; diff --git a/CBOR20/Properties/AssemblyInfo.cs b/CBOR20/Properties/AssemblyInfo.cs index 36faab56..f10c9dfa 100644 --- a/CBOR20/Properties/AssemblyInfo.cs +++ b/CBOR20/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ using System.Reflection; [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("4.5")] -[assembly: AssemblyVersion("4.5.0")] -[assembly: AssemblyFileVersion("4.5.0")] +[assembly: AssemblyInformationalVersion("4.5.1")] +[assembly: AssemblyVersion("4.5.1.0")] +[assembly: AssemblyFileVersion("4.5.1.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")] [assembly: AssemblyTitle("CBOR (Concise Binary Object Representati" + diff --git a/CBOR40/Properties/AssemblyInfo.cs b/CBOR40/Properties/AssemblyInfo.cs index 36faab56..f10c9dfa 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.5")] -[assembly: AssemblyVersion("4.5.0")] -[assembly: AssemblyFileVersion("4.5.0")] +[assembly: AssemblyInformationalVersion("4.5.1")] +[assembly: AssemblyVersion("4.5.1.0")] +[assembly: AssemblyFileVersion("4.5.1.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")] [assembly: AssemblyTitle("CBOR (Concise Binary Object Representati" +