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

Commit 14b18a2

Browse files
committed
nugets
1 parent 1e594fe commit 14b18a2

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

NuGet/BrockAllen.MembershipReboot.Ef/BrockAllen.MembershipReboot.Ef.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>BrockAllen.MembershipReboot.Ef</id>
5-
<version>5.0.2</version>
5+
<version>6.0.0</version>
66
<authors>BrockAllen</authors>
77
<owners>BrockAllen</owners>
88
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
@@ -11,12 +11,12 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Claims-based user account and identity management framework</description>
1313
<releaseNotes></releaseNotes>
14-
<copyright>Copyright 2013</copyright>
14+
<copyright>Copyright 2014</copyright>
1515
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>
1616

1717
<dependencies>
18-
<dependency id="BrockAllen.MembershipReboot" version="5.0.1" />
19-
<dependency id="EntityFramework" version="6.0.1" />
18+
<dependency id="BrockAllen.MembershipReboot" version="6.0.0" />
19+
<dependency id="EntityFramework" version="6.0.2" />
2020
</dependencies>
2121
</metadata>
2222
</package>

NuGet/BrockAllen.MembershipReboot.Owin/BrockAllen.MembershipReboot.Owin.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>BrockAllen.MembershipReboot.Owin</id>
5-
<version>5.0.1</version>
5+
<version>6.0.0</version>
66
<authors>BrockAllen</authors>
77
<owners>BrockAllen</owners>
88
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
@@ -11,11 +11,11 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Claims-based user account and identity management framework</description>
1313
<releaseNotes></releaseNotes>
14-
<copyright>Copyright 2013</copyright>
14+
<copyright>Copyright 2014</copyright>
1515
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>
1616
<dependencies>
17-
<dependency id="BrockAllen.MembershipReboot" version="5.0.1" />
18-
<dependency id="Microsoft.Owin.Security.Cookies" version="2.0" />
17+
<dependency id="BrockAllen.MembershipReboot" version="6.0.0" />
18+
<dependency id="Microsoft.Owin.Security.Cookies" version="2.1" />
1919
</dependencies>
2020
</metadata>
2121
</package>

NuGet/BrockAllen.MembershipReboot.WebHost/BrockAllen.MembershipReboot.WebHost.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>BrockAllen.MembershipReboot.WebHost</id>
5-
<version>5.0.0</version>
5+
<version>6.0.0</version>
66
<authors>BrockAllen</authors>
77
<owners>BrockAllen</owners>
88
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Claims-based user account and identity management framework</description>
1313
<releaseNotes></releaseNotes>
14-
<copyright>Copyright 2013</copyright>
14+
<copyright>Copyright 2014</copyright>
1515
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>
1616

1717
<frameworkAssemblies>
@@ -20,7 +20,7 @@
2020
</frameworkAssemblies>
2121

2222
<dependencies>
23-
<dependency id="BrockAllen.MembershipReboot" version="5.0" />
23+
<dependency id="BrockAllen.MembershipReboot" version="6.0.0" />
2424
</dependencies>
2525
</metadata>
2626
</package>

NuGet/BrockAllen.MembershipReboot/BrockAllen.MembershipReboot.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package >
33
<metadata>
44
<id>BrockAllen.MembershipReboot</id>
5-
<version>5.0.1</version>
5+
<version>6.0.0</version>
66
<authors>BrockAllen</authors>
77
<owners>BrockAllen</owners>
88
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
@@ -11,7 +11,7 @@
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1212
<description>Claims-based user account and identity management framework</description>
1313
<releaseNotes></releaseNotes>
14-
<copyright>Copyright 2013</copyright>
14+
<copyright>Copyright 2014</copyright>
1515

1616
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>
1717

0 commit comments

Comments
 (0)