1.0.4
- 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