Skip to content

Commit

Permalink
Prepare release (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 4, 2022
1 parent 7df0c7c commit 3bee685
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 18 deletions.
7 changes: 5 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.5</version>
<version>3.2.6</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android apps</description>
<releaseNotes>
Version 3.2.6
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.2.5
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down Expand Up @@ -108,7 +111,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.2.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
</group>
</dependencies>
</metadata>
Expand Down
7 changes: 5 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.5</version>
<version>3.2.6</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin AndroidX apps</description>
<releaseNotes>
Version 3.2.6
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.2.5
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down Expand Up @@ -41,7 +44,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.2.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
</group>
</dependencies>
</metadata>
Expand Down
5 changes: 4 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.5</version>
<version>3.2.6</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for native apps</description>
<releaseNotes>
Version 3.2.6
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.2.5
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down
7 changes: 5 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.5</version>
<version>3.2.6</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) apps</description>
<releaseNotes>
Version 3.2.6
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.2.5
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down Expand Up @@ -90,7 +93,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="3.2.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
</group>
</dependencies>
</metadata>
Expand Down
9 changes: 6 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.5</version>
<version>3.2.6</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 3.2.6
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.2.5
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down Expand Up @@ -106,11 +109,11 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.2.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
<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.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.1.1"/>
</group>
</dependencies>
Expand Down
9 changes: 6 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.6</version>
<version>3.2.7</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
Version 3.2.7
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.2.6
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down Expand Up @@ -99,11 +102,11 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.2.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
<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.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.1.1"/>
</group>
</dependencies>
Expand Down
7 changes: 5 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.5</version>
<version>3.3.6</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,9 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
Version 3.3.6
- Expose OidcClient's LoggerFactory to enable for your own LoggerFactory

Version 3.3.5
- Do not mutate dictionary when passed to our SDK using LoginAsync, LogoutAsync or RefreshTokenAsync

Expand Down Expand Up @@ -90,7 +93,7 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="3.2.5" />
<dependency id="Auth0.OidcClient.Core" version="3.2.6" />
</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.5</AssemblyVersion>
<FileVersion>3.2.5</FileVersion>
<Version>3.2.5</Version>
<AssemblyVersion>3.2.6</AssemblyVersion>
<FileVersion>3.2.6</FileVersion>
<Version>3.2.6</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\Auth0.OidcClient.Core.xml</DocumentationFile>
Expand Down

0 comments on commit 3bee685

Please sign in to comment.