meinsiedler
released this
18 Nov 13:55
·
65 commits
to master
since this release
Breaking Changes
- All
Audis.Primitives
are now C#9 Records- The
.From(...)
static methods for creating primitives have been removed. Use thenew
keyword 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).