Skip to content

2.3.0

Latest
Compare
Choose a tag to compare
@josephdecock josephdecock released this 20 Dec 01:37
ef7e7ee

This is a minor release that

  • Adds support for .NET 9
  • Drops support for .NET 6
  • Updates our dependency on IdentityModel to Duende.IdentityModel
  • Updates our dependency on Duende.AccessTokenManagement to v3.1.1
  • Adds friendly readmes to all NuGet packages

Breaking Changes

Our dependency IdentityModel has been renamed to Duende.IdentityModel. If you are using the IdentityModel namespace, you should replace "using IdentityModel" with "using Duende.IdentityModel".

Other changes

  • Replace alice.com/bob.com/email.com domains with *.example.com #1411 by @wenz in #202

New Contributors

Full Changelog: 2.2.0...2.3.0