Skip to content

Commit

Permalink
Update spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteroupc committed May 31, 2014
1 parent eb17e8c commit 9e30ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Portable.CBOR.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<projectUrl>https://github.com/peteroupc/CBOR</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A C# implementation of Concise Binary Object Representation a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
A C# implementation of Concise Binary Object Representation, a general-purpose binary data format defined in RFC 7049. According to that RFC, CBOR's data model "is an extended version of the JSON data model", supporting many more types of data than JSON. This implementation was written by Peter O. and is released to the Public Domain under the CC0 Declaration.
</description>
<summary>A C# implementation of Concise Binary Object Representation (CBOR), a data serialization format.</summary>
<releaseNotes>First version as a NuGet package.</releaseNotes>
<releaseNotes>This version adds CBOR support for decimal fractions and big floats with any exponent, even exponents higher than 65 bits, and implements well-formedness checking for tag 32 (URIs). Several bugs were also fixed.</releaseNotes>
<copyright>Written by Peter O. in 2013-2014. Any copyright is released to the Public Domain.</copyright>
<tags>cbor data serialization</tags>
<tags>cbor data serialization binary</tags>
</metadata>
</package>

0 comments on commit 9e30ab0

Please sign in to comment.