You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) The prefixes 'Calibration' and 'DataMatrix' have been dropped to shorten and simplify various type names.
2) Some method and property names have been simplified.
3) Some types have been scoped as internal rather than public.
4) Language support has been added for all (24) EU official languages, and also for Norwegian and Icelandic.
5) Additional code clean-up has been performed through application of StyleCop rules.
6) A number of legacy (pre-C#9) record-type classes have been re-written as records.
7) Calibration data has been optimised for JSON by removing redundant ASCII 0s.
8) A new error type has been introduced for situations where no valid calibration is provided when calibrating.
9) Public API analysis support has been provided to help track breaking changes in future.
0 commit comments