Skip to content

Commit

Permalink
Prepare release (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jun 8, 2023
1 parent e46862f commit 09a0ad1
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 18 deletions.
8 changes: 6 additions & 2 deletions nuget/Auth0.OidcClient.Android.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.Android</id>
<version>3.2.7</version>
<version>3.3.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android apps</description>
<releaseNotes>
Version 3.3.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.2.7
- Ensure backchannel is used with the IdTokenValidator
- Ensure to launch new CCT task with NO_HISTORY
Expand Down Expand Up @@ -115,7 +119,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
</group>
</dependencies>
</metadata>
Expand Down
8 changes: 6 additions & 2 deletions nuget/Auth0.OidcClient.AndroidX.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.AndroidX</id>
<version>3.2.7</version>
<version>3.3.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin AndroidX apps</description>
<releaseNotes>
Version 3.3.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.2.7
- Ensure backchannel is used with the IdTokenValidator
- Ensure to launch new CCT task with NO_HISTORY
Expand Down Expand Up @@ -48,7 +52,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 5 additions & 1 deletion nuget/Auth0.OidcClient.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.Core</id>
<version>3.2.7</version>
<version>3.3.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for native apps</description>
<releaseNotes>
Version 3.3.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.2.7
- Ensure backchannel is used with the IdTokenValidator

Expand Down
8 changes: 6 additions & 2 deletions nuget/Auth0.OidcClient.UWP.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.UWP</id>
<version>3.2.7</version>
<version>3.3.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) apps</description>
<releaseNotes>
Version 3.3.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.2.7
- Ensure backchannel is used with the IdTokenValidator

Expand Down Expand Up @@ -96,7 +100,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
</group>
</dependencies>
</metadata>
Expand Down
10 changes: 7 additions & 3 deletions nuget/Auth0.OidcClient.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.WPF</id>
<version>3.2.7</version>
<version>3.3.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 3.3.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.2.7
- Ensure backchannel is used with the IdTokenValidator

Expand Down Expand Up @@ -112,11 +116,11 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.1.1"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.1.1"/>
</group>
</dependencies>
Expand Down
10 changes: 7 additions & 3 deletions nuget/Auth0.OidcClient.WinForms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.WinForms</id>
<version>3.2.8</version>
<version>3.3.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
Version 3.3.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.2.8
- Ensure backchannel is used with the IdTokenValidator

Expand Down Expand Up @@ -105,11 +109,11 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.1.1"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.1.1"/>
</group>
</dependencies>
Expand Down
8 changes: 6 additions & 2 deletions nuget/Auth0.OidcClient.iOS.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>Auth0.OidcClient.iOS</id>
<version>3.3.7</version>
<version>3.4.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
Version 3.4.0
- Update IdentityModel.OidcClient to v5
- Support scope with RefreshTokens

Version 3.3.7
- Ensure backchannel is used with the IdTokenValidator

Expand Down Expand Up @@ -96,7 +100,7 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="3.2.7" />
<dependency id="Auth0.OidcClient.Core" version="3.3.0" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions src/Auth0.OidcClient.Core/Auth0.OidcClient.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<RootNamespace>Auth0.OidcClient</RootNamespace>
<AssemblyVersion>3.2.7</AssemblyVersion>
<FileVersion>3.2.7</FileVersion>
<Version>3.2.7</Version>
<AssemblyVersion>3.3.0</AssemblyVersion>
<FileVersion>3.3.0</FileVersion>
<Version>3.3.0</Version>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit 09a0ad1

Please sign in to comment.