Skip to content

Release 3.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Dec 21:29
· 84 commits to main since this release
a88dc45

Support .NET 9.0 馃殌

Remove out of support frameworks:

  • .netcore 3.1
  • .NET 5
  • .NET 6
  • .NET 7

Breaking changes:
The IP whitelist is no longer a list but a HashSet which helps more efficient matching way, if you already use the WhiteLisIP please try to use .ToHashSet().