Skip to content
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.

Commit

Permalink
version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Dec 22, 2013
1 parent 3d612ab commit 9a5b7e8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>BrockAllen.MembershipReboot.Ef</id>
<version>5.0.1</version>
<version>5.0.2</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand All @@ -15,7 +15,7 @@
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>

<dependencies>
<dependency id="BrockAllen.MembershipReboot" version="5.0" />
<dependency id="BrockAllen.MembershipReboot" version="5.0.1" />
<dependency id="EntityFramework" version="6.0.1" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>BrockAllen.MembershipReboot.Owin</id>
<version>5.0.0</version>
<version>5.0.1</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand All @@ -14,7 +14,7 @@
<copyright>Copyright 2013</copyright>
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>
<dependencies>
<dependency id="BrockAllen.MembershipReboot" version="5.0" />
<dependency id="BrockAllen.MembershipReboot" version="5.0.1" />
<dependency id="Microsoft.Owin.Security.Cookies" version="2.0" />
</dependencies>
</metadata>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>BrockAllen.MembershipReboot</id>
<version>5.0.0</version>
<version>5.0.1</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/BrockAllen.MembershipReboot.Ef/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("5.0.1.0")]
[assembly: AssemblyFileVersion("5.0.1.0")]
[assembly: AssemblyVersion("5.0.2.0")]
[assembly: AssemblyFileVersion("5.0.2.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyVersion("5.0.1.0")]
[assembly: AssemblyFileVersion("5.0.1.0")]
4 changes: 2 additions & 2 deletions src/BrockAllen.MembershipReboot/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyVersion("5.0.1.0")]
[assembly: AssemblyFileVersion("5.0.1.0")]

0 comments on commit 9a5b7e8

Please sign in to comment.