Releases: SKYWARE-Group/EventsModel
Releases · SKYWARE-Group/EventsModel
v0.6.1
📣 What's new
- The version of dependency
System.Text.Json
is now conditional and innet8.0
and earlier will be used v.8.0.5, but v9.0.0 fornet9.0
🚩
What's Changed
- v0.6.1 by @kalatchev in #11
Full Changelog: v0.6.0...v0.6.1
v0.6.0
📣 What's new
- Supported platforms are extended with
net9.0
(code now supports C# 13.0) 🚩 - Included dependency
System.Text.Json
v.8.0.5 (last one that supports frameworks back tonetstandard2.0
) 🚩 - Classes involved in inheritance are now annotated with
JsonDerivedType
to resolve problems with polymorphic JSON serialization (tested in demo app) Common.Sample
andCommon.Examination
classes now have propertyEventType
(string), expected values are defined inCommon.CommonEvents
(#2 , #9)
What's Changed
- v0.6.0 by @kalatchev in #10
Full Changelog: v0.5.1...v0.6.0
v0.5.1
📣 What's new
- New event: ⚡
Instruments.SampleApproval
and wrapper class 🔷Instruments.InstrumentResults
- Improved documentation
What's Changed
- v0.5.0 by @kalatchev in #5
- v0.5.0 - docs by @kalatchev in #6
- v0.5.1 by @kalatchev in #8
New Contributors
- @kalatchev made their first contribution in #5
Full Changelog: v0.4.0...v0.5.1
Version 0.4.0
What's new
- Visits (Sales)
- Documentation added
- Targeting frameworks updated
Full Changelog: v0.3.0...v0.4.0
Version 0.3.0
Version 0.2.0
Version 0.1.1
Version 0.1.0
Changes
BaseMessage
now has aLocation
property;- New objects:
Shift
,CardTransaction
; - Chenges in
Payment
.
Full Changelog: v0.0.5...v0.1.0
Version 0.0.5
.Net Standard 2 only.
Version 0.0.4
Nra (health insurance checks) are included.