Releases: auth0/auth0-oidc-client-net
wpf-4.1.0-beta.0
Release upgrade to .NET 8 (#338)
winforms-4.1.0-beta.0
Release upgrade to .NET 8 (#338)
uwp-4.1.0-beta.0
Release upgrade to .NET 8 (#338)
maui-1.1.0-beta.0
Release upgrade to .NET 8 (#338)
ios-4.1.0-beta.0
Release upgrade to .NET 8 (#338)
androidx-4.1.0-beta.0
Release upgrade to .NET 8 (#338)
maui-1.0.1
- Add net-6.0 target to Auth0 MAUI NuGet package.
- Bump Auth0.OidcClient.Core to v4, removing support for ClientSecret
Note that this also bumps Auth0.OidcClient.Core
from v3 to v4, which is intentional. The only difference with v4 is that support for ClientSecret has been removed, which should not be available in client-SDKs to begin with, hence this being released as a patch fix.
Additionally, this also releases v4.0.1 of Auth0.OidcClient.Core, bumping Microsoft.IdentityModel.Protocols.OpenIdConnect
to address a vulnerability.
core-4.0.1
Update .version files for release (#327)
maui-1.0.0
Initial release for adding support for MAUI on Android, iOS, macOS, and Windows.
wpf-4.0.0
Breaking Changes
- Remove support for Client Secret #304 (frederikprijck)
- Drop support for WebView for WPF and Winforms and default to WebView2 #308 (frederikprijck)
Note: If you are not using a Client Secret, or using WPF/Winforms on .NET6+, there should be no breaking change. The breaking changes are only for those using Client Secrets, or those using WPF/Winforms on the legacy .NET Framework (so not .NET).