diff --git a/CBOR/CBOR.csproj b/CBOR/CBOR.csproj index 6275288f..b1527ce5 100644 --- a/CBOR/CBOR.csproj +++ b/CBOR/CBOR.csproj @@ -3,7 +3,7 @@ netstandard1.0 True - 3.0.2 + 3.0.3 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. @@ -14,6 +14,10 @@ http://creativecommons.org/publicdomain/zero/1.0/ https://github.com/peteroupc/CBOR +Version 3.0.3 + +- Fix issue "Encode options not honored for some nested objects". + Version 3.0.2 - Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 3.0. diff --git a/README.md b/README.md index f766f23b..ad2bc878 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,10 @@ The following are some clarifications to RFC 7049. Release Notes ----------- +### Version 3.0.3 + +- Fix issue "Encode options not honored for some nested objects". + ### Version 3.0.2 - Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 3.0.