Skip to content

Commit

Permalink
Prepare release (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 19, 2023
1 parent 88e8335 commit e552e7f
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.4.0</version>
<version>3.4.1</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.4.1
- Do not lowercase org_name claim

Version 3.4.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
Expand Down Expand Up @@ -123,7 +126,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
</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.4.0</version>
<version>3.4.1</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.4.1
- Do not lowercase org_name claim

Version 3.4.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
Expand Down Expand Up @@ -56,7 +59,7 @@
<tags>Auth0 OIDC Android Xamarin</tags>
<dependencies>
<group targetFramework="MonoAndroid10">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
</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.4.0</version>
<version>3.4.1</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.4.1
- Do not lowercase org_name claim

Version 3.4.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
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.4.0</version>
<version>3.4.1</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.4.1
- Do not lowercase org_name claim

Version 3.4.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
Expand Down Expand Up @@ -104,7 +107,7 @@
<tags>Auth0 OIDC UWP Windows10</tags>
<dependencies>
<group targetFramework="uap10.0.16299">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
</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.4.0</version>
<version>3.4.1</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.4.1
- Do not lowercase org_name claim

Version 3.4.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
Expand Down Expand Up @@ -120,11 +123,11 @@
<tags>Auth0 OIDC WPF</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Microsoft.Toolkit.Wpf.UI.Controls.WebView" version="6.1.1"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<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.4.0</version>
<version>3.4.1</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.4.1
- Do not lowercase org_name claim

Version 3.4.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
Expand Down Expand Up @@ -113,11 +116,11 @@
<tags>Auth0 OIDC WinForms</tags>
<dependencies>
<group targetFramework="net462">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<dependency id="Microsoft.Toolkit.Forms.UI.Controls.WebView" version="6.1.1"/>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
<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.5.0</version>
<version>3.5.1</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.5.1
- Do not lowercase org_name claim

Version 3.5.0
- Support Organization Name
- Correctly set IdentityModel.OidcClient dependency to v5
Expand Down Expand Up @@ -104,7 +107,7 @@
<tags>Auth0 OIDC iOS Xamarin</tags>
<dependencies>
<group targetFramework="Xamarin.iOS10">
<dependency id="Auth0.OidcClient.Core" version="3.4.0" />
<dependency id="Auth0.OidcClient.Core" version="3.4.1" />
</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.4.0</AssemblyVersion>
<FileVersion>3.4.0</FileVersion>
<Version>3.4.0</Version>
<AssemblyVersion>3.4.1</AssemblyVersion>
<FileVersion>3.4.1</FileVersion>
<Version>3.4.1</Version>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit e552e7f

Please sign in to comment.