Releases: softawaregmbh/audis-public
Releases · softawaregmbh/audis-public
Audis.Primitives 2.0.0
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).
4.0.0
Breaking Changes
- The
AnalyzerRequestDto.CurrentQuestions
changed toAnalyzerRequestDto.CurrentQuestion
. There is only one current question at a time.