v4.0.0
- Switch to
System.Text.Json
fornet6.0
and higher (but still useNewtonsoft.Json
fornetstandard2.0
); - BREAKING: Rename tuple element names (use correct casing) in
IPassKitService
: you may need to update names in your code too.
System.Text.Json
for net6.0
and higher (but still use Newtonsoft.Json
for netstandard2.0
);IPassKitService
: you may need to update names in your code too.