diff --git a/CBOR.nuspec b/CBOR.nuspec index d79b3f90..ecc8dec5 100644 --- a/CBOR.nuspec +++ b/CBOR.nuspec @@ -2,7 +2,7 @@ PeterO.Cbor - 2.4.1 + 2.4.2 CBOR Peter Occil Peter Occil @@ -15,6 +15,10 @@ 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.4.2: +* Really use 0.2.2 of + [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers) + as dependency in NuGet package In version 2.4.1: * C# implementation now uses version 0.2.2 of [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers) @@ -50,7 +54,7 @@ See the project page for release notes on previous versions: https://github.com/ cbor data serialization binary json numbers arithmetic - + diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b6b6c730..3fb432c8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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.4.1")] +[assembly: AssemblyVersion("2.4.2")] diff --git a/README.md b/README.md index cf39379a..92c5140d 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,12 @@ The following are some clarifications to RFC 7049. Release Notes ----------- +### Version 2.4.2 + +* Really use 0.2.2 of + [`PeterO.Numbers`](https://www.nuget.org/packages/PeterO.Numbers) + as dependency in NuGet package + ### Version 2.4.1 * C# implementation now uses version 0.2.2 of