Skip to content

Commit

Permalink
Merge pull request #127 from auth0/prepare-3.1.0
Browse files Browse the repository at this point in the history
Prepare 3.1.0
  • Loading branch information
damieng authored Nov 15, 2019
2 parents 931e2f9 + 1c3b361 commit 0bbe463
Show file tree
Hide file tree
Showing 13 changed files with 67 additions and 33 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.0.1</version>
<version>3.1.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.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- Updated to latest versions of runtime and dev dependencies

Version 3.0.1
- Fix `No Browser configured` error by ensuring the non-Activity constructor
for Auth0Client creates a default Browser implementation.
Expand Down Expand Up @@ -82,7 +86,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.0.1" />
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
</group>
</dependencies>
</metadata>
Expand Down
9 changes: 7 additions & 2 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>3.0.1</version>
<version>3.1.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for native apps</description>
<releaseNotes>
Version 3.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
- Update IdentityModel.OidcClient to 3.1.0

Version 3.0.1
- Bump for version number consistency with other Auth0.OidcClient packages

Expand Down Expand Up @@ -57,7 +62,7 @@
<tags>Auth0 OIDC</tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="IdentityModel.OidcClient" version="3.0.1" />
<dependency id="IdentityModel.OidcClient" version="3.1.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="5.5.0" />
</group>
</dependencies>
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>3.0.1</version>
<version>3.1.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Universal Windows Platform (UWP) apps</description>
<releaseNotes>
Version 3.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
- Update IdentityModel.OidcClient to 3.1.0

Version 3.0.1
- Correct package dependency version for Auth0.OidcClient.Core

Expand Down Expand Up @@ -65,7 +70,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="3.0.1" />
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
</group>
</dependencies>
</metadata>
Expand Down
13 changes: 10 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.0.1</version>
<version>3.1.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,13 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WPF apps</description>
<releaseNotes>
Version 3.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView
- Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
- Update IdentityModel.OidcClient to 3.1.0
- Update Microsoft.Toolkit.Wpf.UI.Controls.WebView to 6.0.0

Version 3.0.1
- Correct package dependency version for Auth0.OidcClient.Core

Expand Down Expand Up @@ -64,8 +71,8 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.0.1" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="5.1.1"/>
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.0.0"/>
</group>
</dependencies>
</metadata>
Expand Down
13 changes: 10 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.0.1</version>
<version>3.1.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,13 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for WinForms apps</description>
<releaseNotes>
Version 3.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- NuGet package brings in Microsoft.Toolkit.Forms.UI.Controls.WebView
- Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
- Update IdentityModel.OidcClient to 3.1.0
- Update Microsoft.Toolkit.Forms.UI.Controls.WebView to 6.0.0

Version 3.0.1
- Correct package dependency version for Auth0.OidcClient.Core

Expand Down Expand Up @@ -63,8 +70,8 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.0.1" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="5.1.1"/>
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.0.0"/>
</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>3.0.1</version>
<version>3.1.0</version>
<authors>Auth0</authors>
<owners>Auth0</owners>
<license type="expression">Apache-2.0</license>
Expand All @@ -12,6 +12,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Auth0 OIDC Client for Xamarin iOS apps</description>
<releaseNotes>
Version 3.1.0
- Improved OIDC Compliance - ID Tokens have more comprehensive checks
- Update Microsoft.IdentityModel.Protocols.OpenIdConnect to 5.6.0
- Update IdentityModel.OidcClient to 3.1.0

Version 3.0.1
- Correct package dependency version for Auth0.OidcClient.Core

Expand Down Expand Up @@ -64,7 +69,7 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="3.0.1" />
<dependency id="Auth0.OidcClient.Core" version="3.1.0" />
</group>
</dependencies>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions src/Auth0.OidcClient.Android/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Auth0.OidcClient.Android")]
[assembly: AssemblyProduct("Auth0.OidcClient.Android")]
[assembly: AssemblyVersion("2.4.3")]
[assembly: AssemblyFileVersion("2.4.3")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: ComVisible(false)]
2 changes: 1 addition & 1 deletion src/Auth0.OidcClient.Core/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Auth0.OidcClient.Core.UnitTests")]
[assembly: InternalsVisibleTo("Auth0.OidcClient.Core.UnitTests")]
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>netstandard2.0</TargetFrameworks>
<RootNamespace>Auth0.OidcClient</RootNamespace>
<AssemblyVersion>3.0.0</AssemblyVersion>
<FileVersion>3.0.0</FileVersion>
<Version>3.0.0</Version>
<AssemblyVersion>3.1.0</AssemblyVersion>
<FileVersion>3.1.0</FileVersion>
<Version>3.1.0</Version>
</PropertyGroup>

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

[assembly: AssemblyTitle("Auth0.OidcClient.UWP")]
[assembly: AssemblyProduct("Auth0.OidcClient.UWP")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: ComVisible(false)]
7 changes: 4 additions & 3 deletions src/Auth0.OidcClient.WPF/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
using System.Windows;

[assembly: AssemblyTitle("Auth0.OidcClient.WPF")]
[assembly: AssemblyProduct("Auth0.OidcClient.WPF")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: ComVisible(false)]

[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
6 changes: 3 additions & 3 deletions src/Auth0.OidcClient.WinForms/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Auth0.OidcClient.WinForms")]
[assembly: AssemblyProduct("Auth0.OidcClient.WinForms")]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: ComVisible(false)]
6 changes: 3 additions & 3 deletions src/Auth0.OidcClient.iOS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Runtime.InteropServices;

[assembly: AssemblyTitle("Auth0.OidcClient.iOS")]
[assembly: AssemblyProduct("Auth0.OidcClient.iOS")]
[assembly: AssemblyProduct("Auth0.OidcClient")]
[assembly: AssemblyVersion("3.1.0")]
[assembly: AssemblyFileVersion("3.1.0")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("3.0.0")]
[assembly: AssemblyFileVersion("3.0.0")]

0 comments on commit 0bbe463

Please sign in to comment.