Skip to content

1.0.4

Choose a tag to compare

@mcatanzariti mcatanzariti released this 12 Jul 22:56
· 219 commits to master since this release
  • added possibility to directly serialize or deserialize a CborObject or a CborArray without casting them from/to CborValue
  • fix unnecessary dependency on System.Runtime.CompilerServices.Unsafe
  • removed CborPair
  • made CborObject a IDictionary<string, CborValue>
  • added CborObject.FromObject/ToObject
  • added CborArrayFromArray/ToArray
  • added Compatibility with Asp.Net Core 2.1 and 2.2