From 86370f61ceee368dee7432fbd210009100e4be84 Mon Sep 17 00:00:00 2001 From: Peter O Date: Fri, 2 Jun 2017 13:24:47 -0400 Subject: [PATCH] Version 2.5.2 --- CBOR.nuspec | 11 ++++++----- Properties/AssemblyInfo.cs | 4 ++-- README.md | 16 ++++++++-------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/CBOR.nuspec b/CBOR.nuspec index 93bef34a..5ad1aaa3 100644 --- a/CBOR.nuspec +++ b/CBOR.nuspec @@ -2,7 +2,7 @@ PeterO.Cbor - 2.5.1 + 2.5.2 CBOR Peter Occil Peter Occil @@ -15,8 +15,9 @@ A C# implementation of Concise Binary Object Representation (CBOR), a data serialization format. This implementation can also convert between CBOR and JSON. -In version 2.5.1: -* Really sign the CBOR assembly with a strong name key +In version 2.5.2: +* Unlike version 2.4.2, signed CBOR assembly with a strong name key. +* Unlike version 2.4.2, library uses strong-named version of [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers), version 0.4.0 In version 2.4.2: * Really use 0.2.2 of [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers) @@ -52,11 +53,11 @@ In version 2.4: * Fixed JSON parsing bugs See the project page for release notes on previous versions: https://github.com/peteroupc/CBOR - Written by Peter O. in 2013-2015. Any copyright is released to the Public Domain. + Written by Peter O. in 2013-2017. Any copyright is released to the Public Domain. cbor data serialization binary json numbers arithmetic - + diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b82b3924..451944ce 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -21,7 +21,7 @@ Any copyright is dedicated to the Public Domain. [assembly: AssemblyProduct("CBOR")] [assembly: AssemblyCopyright( - "Written by Peter O. in 2013-2015. Any copyright is " + + "Written by Peter O. in 2013-2017. Any copyright is " + "dedicated to the Public Domain. " + "")] [assembly: AssemblyTrademark("")] @@ -33,4 +33,4 @@ Any copyright is dedicated to the Public Domain. // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("2.5.1")] +[assembly: AssemblyVersion("2.5.2")] diff --git a/README.md b/README.md index 837da6d7..33a7e875 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,7 @@ text to CBOR objects and back. **See the [C# (.NET) API documentation](https://peteroupc.github.io/CBOR/docs/).** -The C# implementation is designed as a Portable Class Library, making it usable not only in the .NET -Framework, but also Silverlight 5 and Windows Phone 8. +The C# implementation is designed as a Portable Class Library. Other Sites ---------- @@ -231,18 +230,19 @@ The following are some clarifications to RFC 7049. IRI are like URIs except that they also allow non-ASCII characters. Release Notes ------------ + +### Version 2.5.2 + +* Unlike version 2.4.2, signed CBOR assembly with a strong name key. +* Unlike version 2.4.2, library uses strong-named version of [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers), version 0.4.0 ### Version 2.5.1 -* Really sign the CBOR assembly with a strong name key. +* Release was erroneous. ### Version 2.5 -* Sign the CBOR assembly with a strong name key (UPDATE: Version 2.5 was - mistakenly released without a strong name.) -* Update [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers) to - strong-named version +* Release was erroneous. ### Version 2.4.2