Skip to content

Commit

Permalink
Merge pull request #97 from auth0/prepare-2-4-3
Browse files Browse the repository at this point in the history
Prepare 2.4.3
  • Loading branch information
damieng authored Sep 30, 2019
2 parents a3753b6 + 4a2ec3d commit f50074e
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 27 deletions.
9 changes: 7 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>2.4.2</version>
<version>2.4.3</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin Android apps</description>
<releaseNotes>
Version 2.4.3
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2
- Update Xamarin.Android.Support.CustomTabs to 28.0.0.3

Version 2.4.2
- Fixes Auth0ClientOptions RedirectUri so it is actually honored.
- Clarified RedirectUri and PostLogoutRedirectUri on Auth0ClientOptions in doc comments
Expand Down Expand Up @@ -57,7 +62,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="2.4.2" />
<dependency id="Auth0.OidcClient.Core" version="2.4.3" />
</group>
</dependencies>
</metadata>
Expand Down
12 changes: 8 additions & 4 deletions 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>2.4.2</version>
<version>2.4.3</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for native apps</description>
<releaseNotes>
Version 2.4.3
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2

Version 2.4.2
- Clarified RedirectUri and PostLogoutRedirectUri on Auth0ClientOptions in doc comments
- Debug log now helpfully reports what Callback and Logout URLs to whitelist
Expand All @@ -38,13 +42,13 @@
<tags>Auth0 OIDC</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="IdentityModel.OidcClient" version="2.9.0" />
<dependency id="IdentityModel.OidcClient" version="2.9.1" />
</group>
<group targetFramework="netstandard1.4">
<dependency id="IdentityModel.OidcClient" version="2.9.0" />
<dependency id="IdentityModel.OidcClient" version="2.9.1" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="IdentityModel.OidcClient" version="2.9.0" />
<dependency id="IdentityModel.OidcClient" version="2.9.1" />
</group>
</dependencies>
</metadata>
Expand Down
9 changes: 7 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>2.4.2</version>
<version>2.4.3</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) apps</description>
<releaseNotes>
Version 2.4.3
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2
- Update Microsoft.NETCore.UniversalWindowsPlatform to 6.2.9

Version 2.4.2
- Clarified RedirectUri and PostLogoutRedirectUri on Auth0ClientOptions in doc comments
- Debug log now helpfully reports what Callback and Logout URLs to whitelist
Expand Down Expand Up @@ -42,7 +47,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0">
<dependency id="Auth0.OidcClient.Core" version="2.4.2" />
<dependency id="Auth0.OidcClient.Core" version="2.4.3" />
</group>
</dependencies>
</metadata>
Expand Down
8 changes: 6 additions & 2 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>2.4.2</version>
<version>2.4.3</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 2.4.3
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2

Version 2.4.2
- Clarified RedirectUri and PostLogoutRedirectUri on Auth0ClientOptions in doc comments
- Debug log now helpfully reports Callback and Logout URLs to whitelist in dev mode
Expand Down Expand Up @@ -42,7 +46,7 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Auth0.OidcClient.Core" version="2.4.2" />
<dependency id="Auth0.OidcClient.Core" version="2.4.3" />
</group>
</dependencies>
</metadata>
Expand Down
8 changes: 6 additions & 2 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>2.4.2</version>
<version>2.4.3</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,10 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
Version 2.4.3
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2

Version 2.4.2
- Clarified RedirectUri and PostLogoutRedirectUri on Auth0ClientOptions in doc comments
- Debug log now helpfully reports what Callback and Logout URLs to whitelist
Expand Down Expand Up @@ -41,7 +45,7 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net452">
<dependency id="Auth0.OidcClient.Core" version="2.4.2" />
<dependency id="Auth0.OidcClient.Core" version="2.4.3" />
</group>
</dependencies>
</metadata>
Expand Down
9 changes: 7 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>2.4.2</version>
<version>2.4.3</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<licenseUrl>https://opensource.org/licenses/Apache-2.0</licenseUrl>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
Version 2.4.3
- Fix iOS 13 compatibility by setting ASWebAuthenticationSession PresentationAnchor.
- Improved XML code documentation.
- Update IdentityModel.OidcClient2 to 2.9.2

Version 2.4.2
- Fixes Auth0ClientOptions RedirectUri so it is actually honored.

Expand Down Expand Up @@ -42,7 +47,7 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="2.4.2" />
<dependency id="Auth0.OidcClient.Core" version="2.4.3" />
</group>
</dependencies>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

[assembly: AssemblyTitle("Auth0.OidcClient.Android")]
[assembly: AssemblyProduct("Auth0.OidcClient.Android")]
[assembly: AssemblyVersion("2.4.2")]
[assembly: AssemblyFileVersion("2.4.2")]
[assembly: AssemblyVersion("2.4.3")]
[assembly: AssemblyFileVersion("2.4.3")]
[assembly: ComVisible(false)]
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 @@ -3,9 +3,9 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.4;netstandard2.0;net452</TargetFrameworks>
<RootNamespace>Auth0.OidcClient</RootNamespace>
<AssemblyVersion>2.4.2.0</AssemblyVersion>
<FileVersion>2.4.2.0</FileVersion>
<Version>2.4.2</Version>
<AssemblyVersion>2.4.3.0</AssemblyVersion>
<FileVersion>2.4.3.0</FileVersion>
<Version>2.4.3</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.UWP/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

[assembly: AssemblyTitle("Auth0.OidcClient.UWP")]
[assembly: AssemblyProduct("Auth0.OidcClient.UWP")]
[assembly: AssemblyVersion("2.4.2")]
[assembly: AssemblyFileVersion("2.4.2")]
[assembly: AssemblyVersion("2.4.3")]
[assembly: AssemblyFileVersion("2.4.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[assembly: AssemblyTitle("Auth0.OidcClient.WPF")]
[assembly: AssemblyProduct("Auth0.OidcClient.WPF")]
[assembly: AssemblyVersion("2.4.2")]
[assembly: AssemblyFileVersion("2.4.2")]
[assembly: AssemblyVersion("2.4.3")]
[assembly: AssemblyFileVersion("2.4.3")]
[assembly: ComVisible(false)]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.WinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

[assembly: AssemblyTitle("Auth0.OidcClient.WinForms")]
[assembly: AssemblyProduct("Auth0.OidcClient.WinForms")]
[assembly: AssemblyVersion("2.4.2")]
[assembly: AssemblyFileVersion("2.4.2")]
[assembly: AssemblyVersion("2.4.3")]
[assembly: AssemblyFileVersion("2.4.3")]
[assembly: ComVisible(false)]
4 changes: 2 additions & 2 deletions src/Auth0.OidcClient.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[assembly: AssemblyTitle("Auth0.OidcClient.iOS")]
[assembly: AssemblyProduct("Auth0.OidcClient.iOS")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.4.2")]
[assembly: AssemblyFileVersion("2.4.2")]
[assembly: AssemblyVersion("2.4.3")]
[assembly: AssemblyFileVersion("2.4.3")]

0 comments on commit f50074e

Please sign in to comment.