Skip to content

Audis.Primitives 2.0.0

Latest
Compare
Choose a tag to compare
@meinsiedler meinsiedler released this 18 Nov 13:55
· 46 commits to master since this release
d4e6f39

Breaking Changes

  • All Audis.Primitives are now C#9 Records
    • The .From(...) static methods for creating primitives have been removed. Use the new keyword instead.
  • 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).