Releases: auth0/auth0-oidc-client-net
winforms-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).
uwp-4.0.0
Breaking Changes
- Remove support for Client Secret #304 (frederikprijck)
Note: If you are not using a Client Secret, there should be no breaking change. The breaking changes are only for those using Client Secrets.
ios-4.0.0
Breaking Changes
- Remove support for Client Secret #304 (frederikprijck)
Note: If you are not using a Client Secret, there should be no breaking change. The breaking changes are only for those using Client Secrets.
core-4.0.0
Breaking Changes
- Remove support for Client Secret #304 (frederikprijck)
Note: If you are not using a Client Secret, there should be no breaking change. The breaking changes are only for those using Client Secrets.
androidx-4.0.0
Breaking Changes
- Remove support for Client Secret #304 (frederikprijck)
Note: If you are not using a Client Secret, there should be no breaking change. The breaking changes are only for those using Client Secrets.
android-4.0.0
Breaking Changes
- Remove support for Client Secret #304 (frederikprijck)
Note: If you are not using a Client Secret, there should be no breaking change. The breaking changes are only for those using Client Secrets.
maui-1.0.0-beta.1
Update README on NuGet.org
maui-1.0.0-beta.0
Initial beta release for adding support for MAUI on Android, iOS, macOS, and Windows.
ios-3.6.0
androidx-3.5.0
Added
- Added .NET6.0+ support to Auth0.OidcClient.AndroidX #276 (frederikprijck)
Going forward, use Auth0.OidcClient.AndroidX
instead of Auth0.OidcClient.Android
, as Auth0.OidcClient.Android
will never be able to run on .NET6 and above.
Modified
- Set TargetFrameworkVersion to v11 for Android and AndroidX #278 (frederikprijck)
Note: Even thought this could be seen as a breaking change, it actualy isn't as anything lower isn't supported anymore by Android so we will include this in a non-major bump.