From e82ac28e818a87d952bf374b01aec9b40588a5cd Mon Sep 17 00:00:00 2001 From: Peter O Date: Sun, 29 Oct 2017 03:05:19 -0400 Subject: [PATCH] Version 3.0.3 --- CBOR/CBOR.csproj | 6 +++++- README.md | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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.