This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d77d00a
commit 2aff2a2
Showing
16 changed files
with
117 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
NuGet/BrockAllen.MembershipReboot.Ef/BrockAllen.MembershipReboot.Ef.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>BrockAllen.MembershipReboot.Ef</id> | ||
<version>4.0.0</version> | ||
<authors>BrockAllen</authors> | ||
<owners>BrockAllen</owners> | ||
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/brockallen/BrockAllen.MembershipReboot</projectUrl> | ||
<iconUrl>http://0.gravatar.com/avatar/f17c1816a6f9bff29a515c75b950460a?s=128&d=mm&r=G</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Claims-based user account and identity management framework</description> | ||
<releaseNotes></releaseNotes> | ||
<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="4.0" /> | ||
<dependency id="EntityFramework" version="6.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file added
BIN
+7.5 KB
NuGet/BrockAllen.MembershipReboot.Ef/lib/net45/BrockAllen.MembershipReboot.Ef.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
xcopy ..\..\src\BrockAllen.MembershipReboot.Ef\bin\release\BrockAllen.MembershipReboot.Ef.dll lib\net45 /y | ||
xcopy ..\..\src\BrockAllen.MembershipReboot.Ef\bin\release\BrockAllen.MembershipReboot.Ef.pdb lib\net45 /y | ||
NuGet.exe pack BrockAllen.MembershipReboot.Ef.nuspec -OutputDirectory ..\ |
21 changes: 21 additions & 0 deletions
21
NuGet/BrockAllen.MembershipReboot.Owin/BrockAllen.MembershipReboot.Owin.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>BrockAllen.MembershipReboot.Owin</id> | ||
<version>1.0.0</version> | ||
<authors>BrockAllen</authors> | ||
<owners>BrockAllen</owners> | ||
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/brockallen/BrockAllen.MembershipReboot</projectUrl> | ||
<iconUrl>http://0.gravatar.com/avatar/f17c1816a6f9bff29a515c75b950460a?s=128&d=mm&r=G</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Claims-based user account and identity management framework</description> | ||
<releaseNotes></releaseNotes> | ||
<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="4.0" /> | ||
<dependency id="Microsoft.Owin.Security.Cookies" version="2.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file added
BIN
+9 KB
NuGet/BrockAllen.MembershipReboot.Owin/lib/net45/BrockAllen.MembershipReboot.Owin.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
xcopy ..\..\src\BrockAllen.MembershipReboot.Owin\bin\release\BrockAllen.MembershipReboot.Owin.dll lib\net45 /y | ||
xcopy ..\..\src\BrockAllen.MembershipReboot.Owin\bin\release\BrockAllen.MembershipReboot.Owin.pdb lib\net45 /y | ||
NuGet.exe pack BrockAllen.MembershipReboot.Owin.nuspec -OutputDirectory ..\ |
26 changes: 26 additions & 0 deletions
26
NuGet/BrockAllen.MembershipReboot.WebHost/BrockAllen.MembershipReboot.WebHost.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>BrockAllen.MembershipReboot.WebHost</id> | ||
<version>1.0.0</version> | ||
<authors>BrockAllen</authors> | ||
<owners>BrockAllen</owners> | ||
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/brockallen/BrockAllen.MembershipReboot</projectUrl> | ||
<iconUrl>http://0.gravatar.com/avatar/f17c1816a6f9bff29a515c75b950460a?s=128&d=mm&r=G</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Claims-based user account and identity management framework</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags> | ||
|
||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System.IdentityModel" targetFramework="net45" /> | ||
<frameworkAssembly assemblyName="System.IdentityModel.Services" targetFramework="net45" /> | ||
</frameworkAssemblies> | ||
|
||
<dependencies> | ||
<dependency id="BrockAllen.MembershipReboot" version="4.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file added
BIN
+10 KB
NuGet/BrockAllen.MembershipReboot.WebHost/lib/net45/BrockAllen.MembershipReboot.WebHost.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
xcopy ..\..\src\BrockAllen.MembershipReboot.WebHost\bin\release\BrockAllen.MembershipReboot.WebHost.dll lib\net45 /y | ||
xcopy ..\..\src\BrockAllen.MembershipReboot.WebHost\bin\release\BrockAllen.MembershipReboot.WebHost.pdb lib\net45 /y | ||
NuGet.exe pack BrockAllen.MembershipReboot.WebHost.nuspec -OutputDirectory ..\ |
25 changes: 25 additions & 0 deletions
25
NuGet/BrockAllen.MembershipReboot/BrockAllen.MembershipReboot.nuspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<package > | ||
<metadata> | ||
<id>BrockAllen.MembershipReboot</id> | ||
<version>4.0.0</version> | ||
<authors>BrockAllen</authors> | ||
<owners>BrockAllen</owners> | ||
<licenseUrl>https://raw.github.com/brockallen/BrockAllen.MembershipReboot/master/license.txt</licenseUrl> | ||
<projectUrl>https://github.com/brockallen/BrockAllen.MembershipReboot</projectUrl> | ||
<iconUrl>http://0.gravatar.com/avatar/f17c1816a6f9bff29a515c75b950460a?s=128&d=mm&r=G</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Claims-based user account and identity management framework</description> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright 2013</copyright> | ||
|
||
<tags>Membership Roles Claims Identity User Account Password Management Two Factor Authentication Certificate Authentication</tags> | ||
|
||
<frameworkAssemblies> | ||
<frameworkAssembly assemblyName="System.IdentityModel" targetFramework="net45" /> | ||
</frameworkAssemblies> | ||
|
||
<dependencies> | ||
</dependencies> | ||
</metadata> | ||
</package> |
Binary file added
BIN
+130 KB
NuGet/BrockAllen.MembershipReboot/lib/net45/BrockAllen.MembershipReboot.dll
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
xcopy ..\..\src\BrockAllen.MembershipReboot\bin\release\BrockAllen.MembershipReboot.dll lib\net45 /y | ||
xcopy ..\..\src\BrockAllen.MembershipReboot\bin\release\BrockAllen.MembershipReboot.pdb lib\net45 /y | ||
NuGet.exe pack BrockAllen.MembershipReboot.nuspec -OutputDirectory ..\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters