diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.InfoCard.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.nuspec | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/nuget/DotNetOpenAuth.InfoCard.nuspec b/nuget/DotNetOpenAuth.InfoCard.nuspec deleted file mode 100644 index 4cfcc17..0000000 --- a/nuget/DotNetOpenAuth.InfoCard.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 InfoCard</title> - <authors>Andrew Arnott</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>Add InfoCard login capability to ASP.NET web applications.</summary> - <description> - Adds an InfoCard button to your web application's login page. - InfoCards enhance user security while mitigating phishing attacks by removing the - need for a password credential or 3rd party identity issuer entirely. - </description> - <dependencies> - <dependency id="DotNetOpenAuth.Core" 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 |