·
77 commits
to master
since this release
Breaking Changes
- All
Audis.Primitivesare now C#9 Records- The
.From(...)static methods for creating primitives have been removed. Use thenewkeyword instead.
- The
- Target framework is now
net5.0 - Type converter for serializing/deserializing Primitives is now just only available for Primitives where the underlying value type is
string
Notes
- Version 2.0.0 is still backwards compatible to Version 1.x.x when Audis.Primtives are transmitted "over the wire" (i.e. serialized and deserialized from/to JSON).