Skip to content

Releases: peteroupc/CBOR

Version 3.4.0-alpha

18 Sep 12:27
Compare
Choose a tag to compare
Version 3.4.0-alpha Pre-release
Pre-release

Download CBOR Library in C#

CBOR version 3.3.0

03 Sep 01:43
Compare
Choose a tag to compare

CBOR version 3.2.0

30 Jul 23:02
Compare
Choose a tag to compare

Version 3.2

Added build targeting the .NET Framework 2.0
Obsoleted much of the existing API in CBOREncodeOptions and added new APIs to replace it.
Documentation for some CBORObject methods now points to the use of CBOREncodeOptions.Default
Documentation edited in other places

Download CBOR Library in C#

CBOR version 3.1.0

21 Jun 05:26
Compare
Choose a tag to compare

Version 3.1

  • Add options to control property name generation in CBORObject.FromObject.
  • Add option to control base64 padding write-out in CBORObject.ToJSONString and CBORObject.WriteJSONTo.
  • Fixed a bug where CBORObject.FromObject(object) did not behave correctly with IDictionary objects, as opposed
    to CBORObject.FromObject(IDictionary).

Download CBOR Library in C#

CBOR version 3.0.3

30 Oct 03:14
Compare
Choose a tag to compare
  • Fix issue "Encode options not honored for some nested objects".

CBOR version 3.0.2

09 Sep 02:15
Compare
Choose a tag to compare

Version 3.0.2

  • Really strong-name sign the assembly, which (probably) was inadvertently delay-signed in version 3.0.

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

CBOR version 3.0.0

12 Aug 22:38
Compare
Choose a tag to compare

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)

CBOR version 2.5.2

02 Jun 17:46
Compare
Choose a tag to compare

In version 2.5.2:

  • Unlike version 2.4.2, signed CBOR assembly with a strong name key.
  • Unlike version 2.4.2, library uses strong-named version of PeterO.Numbers, version 0.4.0

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

CBOR version 2.5.1

30 May 19:24
Compare
Choose a tag to compare

This release was erroneous.

CBOR version 2.5

30 May 12:23
Compare
Choose a tag to compare

This release was erroneous.