Final version which supports .NET 6
Summary
As of November 12th, both .NET 6 is out of support. This release marks the final version of OwaspHeaders.Core which works .NET 6 or .NET 7.
Included in this release is both the NuGet package and symbols package for version 8.1.3 of OwaspHeaders.Core.
Please see the .NET support lifecycle documentation for details: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#lifecycle
What's Changed
- Implemented Cross-Origin-Resource-Policy response header by @miguelcrpinto in #86
- Feature/add dotnet format to readme by @jamie-taylor-rjj in #87
- Feature/simplifiy first use by @jamie-taylor-rjj in #89
- Removed references to Moq by @jamie-taylor-rjj in #90
- Version bump by @GaProgMan in #91
- Fixed version bump by @GaProgMan in #92
- Removed support for .NET Framework-based ASP .NET Core applications by @jamie-taylor-rjj in #93
- Feature/add net 8 by @jamie-taylor-rjj in #94
- Improve NuGet package metadata by @swharden in #96
- Enhanced readability of the csproj by @GaProgMan in #97
- GitHub Actions Upgrades by @GaProgMan in #98
New Contributors
- @miguelcrpinto made their first contribution in #86
- @swharden made their first contribution in #96
Full Changelog: v6.1.0...v8.1.3