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

Commit

Permalink
nugets
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Jan 23, 2014
1 parent 1e594fe commit 14b18a2
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.2</version>
<version>6.0.0</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand All @@ -11,12 +11,12 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Claims-based user account and identity management framework</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013</copyright>
<copyright>Copyright 2014</copyright>
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>

<dependencies>
<dependency id="BrockAllen.MembershipReboot" version="5.0.1" />
<dependency id="EntityFramework" version="6.0.1" />
<dependency id="BrockAllen.MembershipReboot" version="6.0.0" />
<dependency id="EntityFramework" version="6.0.2" />
</dependencies>
</metadata>
</package>
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.1</version>
<version>6.0.0</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand All @@ -11,11 +11,11 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Claims-based user account and identity management framework</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013</copyright>
<copyright>Copyright 2014</copyright>
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>
<dependencies>
<dependency id="BrockAllen.MembershipReboot" version="5.0.1" />
<dependency id="Microsoft.Owin.Security.Cookies" version="2.0" />
<dependency id="BrockAllen.MembershipReboot" version="6.0.0" />
<dependency id="Microsoft.Owin.Security.Cookies" version="2.1" />
</dependencies>
</metadata>
</package>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>BrockAllen.MembershipReboot.WebHost</id>
<version>5.0.0</version>
<version>6.0.0</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Claims-based user account and identity management framework</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013</copyright>
<copyright>Copyright 2014</copyright>
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags>

<frameworkAssemblies>
Expand All @@ -20,7 +20,7 @@
</frameworkAssemblies>

<dependencies>
<dependency id="BrockAllen.MembershipReboot" version="5.0" />
<dependency id="BrockAllen.MembershipReboot" version="6.0.0" />
</dependencies>
</metadata>
</package>
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.1</version>
<version>6.0.0</version>
<authors>BrockAllen</authors>
<owners>BrockAllen</owners>
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl>
Expand All @@ -11,7 +11,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Claims-based user account and identity management framework</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2013</copyright>
<copyright>Copyright 2014</copyright>

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

Expand Down

0 comments on commit 14b18a2

Please sign in to comment.