Release version 1.24.1

This commit is contained in:
Jerrie Pelser
2015-09-11 11:30:04 +07:00
parent 76cb568775
commit e35b98c8a4
2 changed files with 6 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<package >
<metadata>
<id>Owin.Security.Providers</id>
<version>1.24</version>
<version>1.24.1</version>
<authors>Jerrie Pelser and contributors</authors>
<owners>Jerrie Pelser</owners>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
@@ -19,6 +19,9 @@
Also adds generic OpenID 2.0 providers as well implementations for Steam and Wargaming.
</summary>
<releaseNotes>
Version 1.24.1
- Enhancement to Shopify provider
Version 1.24
Added

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.24.0.0")]
[assembly: AssemblyFileVersion("1.24.0.0")]
[assembly: AssemblyVersion("1.24.1.0")]
[assembly: AssemblyFileVersion("1.24.1.0")]