Skip to content

Latest commit

 

History

History
59 lines (29 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

59 lines (29 loc) · 2.36 KB

2.1.0 (2024-08-06)

Features

2.0.1 (2024-05-29)

Bug Fixes

  • re-release NuGet because of errors during push (76eabc9)

2.0.0 (2024-05-29)

Features

  • add support for .NET 8 (7858c77)
  • remove obsolete Exception constructor with SerializationInfo from ClaimParsingException (bfda5ff)
  • remove obsolete Exception constructor with SerializationInfo from MissingClaimException (7c98da0)

BREAKING CHANGES

  • drop support for.NET 7
  • removes the constructor overload from ClaimParsingException with SerializationInfo and StreamingContext See SYSLIB0051
  • removes the constructor overload from MissingClaimException with SerializationInfo and StreamingContext See SYSLIB0051

1.2.0 (2023-02-13)

Features

1.1.0 (2023-01-18)

Features

  • add custom exceptions for model binding errors (ea8f09b)

1.0.0 (2022-07-15)

Features

1.0.0-develop.1 (2022-07-06)

Features