summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.AspNet.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.AspNet.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.AspNet.nuspec31
1 files changed, 0 insertions, 31 deletions
diff --git a/nuget/DotNetOpenAuth.AspNet.nuspec b/nuget/DotNetOpenAuth.AspNet.nuspec
deleted file mode 100644
index ff0db0d..0000000
--- a/nuget/DotNetOpenAuth.AspNet.nuspec
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0"?>
-<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
- <metadata>
- <id>$identity$</id>
- <version>$version$</version>
- <title>DotNetOpenAuth extensions for ASP.NET (WebPages)</title>
- <authors>Microsoft</authors>
- <owners>Outercurve Foundation</owners>
- <projectUrl>http://www.dotnetopenauth.net/</projectUrl>
- <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl>
- <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <summary>Allow your web visitors to log into your web site using accounts they already have with popular services.</summary>
- <description>
- Enables web site visitors to log into an ASP.NET web application via popular identity providers,
- including Google, Yahoo!, Windows Live, Facebook, LinkedIn and Twitter.
- </description>
- <dependencies>
- <dependency id="DotNetOpenAuth.OpenId.RelyingParty" version="[$version$]" />
- <dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" />
- </dependencies>
- </metadata>
- <files>
- <file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" />
- <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" />
- <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" />
-
- <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
- <file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
- </files>
-</package> \ No newline at end of file