Skip to content

Releases: softawaregmbh/audis-public

Audis.Primitives 2.0.0

18 Nov 13:55
d4e6f39
Compare
Choose a tag to compare

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).

4.0.0

09 Dec 13:23
e2f6cc2
Compare
Choose a tag to compare

Breaking Changes

  • The AnalyzerRequestDto.CurrentQuestions changed to AnalyzerRequestDto.CurrentQuestion. There is only one current question at a time.