Releases: aspnet-contrib/AspNet.Security.OpenId.Providers
Releases · aspnet-contrib/AspNet.Security.OpenId.Providers
9.0.0
8.0.0
What's Changed
- Use NuGet Central Package Management by @kevinchalet in #140
- Update tools.ps1/tools.sh to avoid hiding errored exit codes by @kevinchalet in #142
- Publish packages in their own jobs by @martincostello in #146
- Allow manual build by @martincostello in #147
- Bump the .NET SDK and allow using a more recent version than the one listed in global.json by @kevinchalet in #152
- Update to target .NET 8 by @martincostello in #159
Full Changelog: 7.0.0...8.0.0
7.0.0
Added
- Support ASP.NET Core 7 (#122, #137) Thanks @martincostello !
Contributors
Full Changelog: 6.0.0...7.0.0
6.0.0
Added
- Support ASP.NET Core 6 (#114) Thanks @martincostello !
Breaking Changes
The OpenIdAuthenticationOptions.HttpClient
property, which was made obsolete in version 3.0.0
(#53), has been removed.
Contributors
5.0.0
Changes
- Support for ASP.NET 5.0. (#88, #98, #102) Thanks @kinosang and @martincostello!
Contributors
3.1.0
Added
Changes
- Support System.Text.Json. (#69, #70) Thanks @kinosang!
- Support for ASP.NET Core 3.1. (#77) Thanks @martincostello!
Contributors
3.0.0
Added
- Support for ASP.NET Core 3.0. (#53) Thanks @martincostello!
Fixes
Changes
- Deprecate the
HttpClient.OpenIdAuthenticationOptions
property. (#53) Thanks @martincostello! - Use arcade to build the project. (#63, #64) Thanks @martincostello!
Contributors
- @davidfowl
- @hallipr
- @martincostello
- @PinpointTownes
2.1.0
Added
- Add support for Source Link. (#60) Thanks @martincostello!
Fixes
- Update the Steam provider to run the
Authenticated
event when the userinfo endpoint isnull
or when no application key was set. (#59) Thanks @PinpointTownes!
Changes
- Use
PackageLicenseExpression
in NuGet packages. (#54) Thanks @martincostello! - Fix IDE warnings. (#54) Thanks @martincostello!
- Fix sample MVC app not launching in Kestrel. (#54) Thanks @martincostello!
- Update sample MVC app to ASP.NET Core 2.2. (#54) Thanks @martincostello!
- Various fixes and improvements to AppVeyor and Travis CI builds. (#54) Thanks @martincostello!
- Add integration tests. (#55) Thanks @martincostello!
- Add EditorConfig file and standardize code formatting. (#54) Thanks @martincostello!
- Add GitHub community documentation. (#56) Thanks @martincostello!
- Update sample application to latest Bootstrap and jQuery. (#58) Thanks @martincostello!
Contributors
- @KristianSv
- @martincostello
- @PinpointTownes
2.0.0
Update version.props to build 2.0.0 packages
1.0.0
Update version.props to build 1.0.0 packages