📣 This release contains the following breaking changes:
- Drops support for
netstandard2.0
and thus .NET Framework - now onlynet8.0
andnet9.0
are supported. - Removes all public members annotated as
[Obsolete]
in previous releases. - Removes the deprecated
--serializeasv2
option from Swashbuckle.AspNetCore.Cli, which was superseded by--openapiversion
from version 8.0.0.
What's Changed
- Add tests for
[Range]
and respectParseLimitsInInvariantCulture
property by @martincostello in #3448 - Fix
[Range]
behaviour by @martincostello in #3449 - Refactor sample websites by @martincostello in #3450
- Drop netstandard support by @martincostello in #3422
Full Changelog: v8.1.4...v9.0.0