Skip to content

CBOR version 3.0.0

Choose a tag to compare

@peteroupc peteroupc released this 12 Aug 22:38
· 816 commits to master since this release

Version 3.0.0

  • Moved from .NET Portable to .NET Standard 1.0.
  • Deprecated arbitrary-precision classes in PeterO namespace; use the classes from the "PeterO.Numbers" library and namespace instead. In particular, methods that used the former classes were deprecated and often replaced with versions that use the newer classes.
  • Change JSON output behavior slightly, including preserving negative zero
  • Hash code calculation was changed in this version
  • Deprecated OutermostTag in favor of MostOuterTag in CBORObject
  • Deprecated InnermostTag in favor of MostInnerTag in CBORObject
  • Bug fixes

[Download CBOR Library in C#](https://sourceforge.net/projects/petero-cbor/files/v3.0.0/CBOR version 3.0.0.zip/download)