From 10f6e22f0e593913bf3b28e1cea543fec9b97688 Mon Sep 17 00:00:00 2001 From: Peter O Date: Tue, 23 Oct 2018 22:00:33 -0400 Subject: [PATCH] version 3.4.0 --- CBOR.nuspec | 8 ++++++-- CBOR/CBOR.csproj | 4 ++-- CBOR20/Properties/AssemblyInfo.cs | 5 ++--- CBOR40/Properties/AssemblyInfo.cs | 5 ++--- Properties/AssemblyInfo.cs | 4 ++-- 5 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CBOR.nuspec b/CBOR.nuspec index cd5d312d..65cbd8c2 100644 --- a/CBOR.nuspec +++ b/CBOR.nuspec @@ -1,5 +1,9 @@ 3.4.0-beta1PeterO.CborfalseVersion 3.4.0-beta1: +>3.4.0PeterO.CborfalseVersion 3.4.0 + +No significant changes from beta1. + +Version 3.4.0-beta1: - Improved implemenation of new ToObject method. - Bugs in multidimensional array serialization by FromObject were fixed. @@ -15,4 +19,4 @@ Version 3.4.0-alpha1: - Add HasMostOuterTag method to CBORObject class. - Add CTAP2 canonicalization support to CBOR object encoding. - Added examples in several places in documentation.http://creativecommons.org/publicdomain/zero/1.0/https://github.com/peteroupc/CBORPeter OccilA C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049.Peter OccilCBOR (Concise Binary Object Representation)cbor data serialization binary json +> \ No newline at end of file diff --git a/CBOR/CBOR.csproj b/CBOR/CBOR.csproj index 639222a4..02557328 100644 --- a/CBOR/CBOR.csproj +++ b/CBOR/CBOR.csproj @@ -3,7 +3,7 @@ netstandard1.0 True - 3.4.0-beta1 + 3.4.0 Peter Occil A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. @@ -74,4 +74,4 @@ Version 3.4.0-alpha1: - \ No newline at end of file + diff --git a/CBOR20/Properties/AssemblyInfo.cs b/CBOR20/Properties/AssemblyInfo.cs index ba0ff6f9..c9f89b54 100644 --- a/CBOR20/Properties/AssemblyInfo.cs +++ b/CBOR20/Properties/AssemblyInfo.cs @@ -1,8 +1,7 @@ using System.Reflection; - [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("3.4.0-beta1")] -[assembly: AssemblyVersion("3.4.0")] +[assembly: AssemblyInformationalVersion("3.4.0")] +[assembly: AssemblyVersion("3.4.0.0")] [assembly: AssemblyFileVersion("3.4.0.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")] diff --git a/CBOR40/Properties/AssemblyInfo.cs b/CBOR40/Properties/AssemblyInfo.cs index ba0ff6f9..c9f89b54 100644 --- a/CBOR40/Properties/AssemblyInfo.cs +++ b/CBOR40/Properties/AssemblyInfo.cs @@ -1,8 +1,7 @@ using System.Reflection; - [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("3.4.0-beta1")] -[assembly: AssemblyVersion("3.4.0")] +[assembly: AssemblyInformationalVersion("3.4.0")] +[assembly: AssemblyVersion("3.4.0.0")] [assembly: AssemblyFileVersion("3.4.0.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")] diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index cf2f81e0..c9f89b54 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,7 +1,7 @@ using System.Reflection; [assembly: System.CLSCompliant(true)] -[assembly: AssemblyInformationalVersion("3.4.0-beta1")] -[assembly: AssemblyVersion("3.4.0")] +[assembly: AssemblyInformationalVersion("3.4.0")] +[assembly: AssemblyVersion("3.4.0.0")] [assembly: AssemblyFileVersion("3.4.0.0")] [assembly: AssemblyProduct("CBOR (Concise Binary Object Representati" + "on)")]