Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed Oct 29, 2017
1 parent dac934b commit e82ac28
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CBOR/CBOR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard1.0</TargetFramework>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>3.0.2</Version>
<Version>3.0.3</Version>
<Owners>Peter Occil</Owners>
<Description>A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049.</Description>
<Summary>A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049. </Summary>
Expand All @@ -14,6 +14,10 @@
<PackageLicenseUrl>http://creativecommons.org/publicdomain/zero/1.0/</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/peteroupc/CBOR</PackageProjectUrl>
<PackageReleaseNotes>
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.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e82ac28

Please sign in to comment.