blob: 0109cadfa4c8a859d924c8a7caa11d5bff5e4d60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.InfoCard.UI</id>
<version>$version$</version>
<title>DotNetOpenAuth InfoCard (ASP.NET controls)</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 via ASP.NET web controls.</summary>
<description>
Adds an InfoCard button to your ASP.NET web application's login page via a simple ASP.NET control.
InfoCards enhance user security while mitigating phishing attacks by removing the
need for a password credential or 3rd party identity issuer entirely.
</description>
<language>en-US</language>
<dependencies>
<dependency id="DotNetOpenAuth.Core.UI" version="[$version$]" />
<dependency id="DotNetOpenAuth.InfoCard" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath35$signed\DotNetOpenAuth.InfoCard.UI.dll" target="lib\net35-full\" />
<file src="$OutputPath40$signed\DotNetOpenAuth.InfoCard.UI.dll" target="lib\net40-full\" />
<file src="$OutputPath45$signed\DotNetOpenAuth.InfoCard.UI.dll" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.InfoCard.UI.pdb" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.InfoCard.UI.pdb" target="lib\net40-full\" />
<file src="$OutputPath45$DotNetOpenAuth.InfoCard.UI.pdb" target="lib\net45-full\" />
<file src="$OutputPath35$DotNetOpenAuth.InfoCard.UI.xml" target="lib\net35-full\" />
<file src="$OutputPath40$DotNetOpenAuth.InfoCard.UI.xml" target="lib\net40-full\" />
<file src="$OutputPath45$DotNetOpenAuth.InfoCard.UI.xml" target="lib\net45-full\" />
<file src="..\src\DotNetOpenAuth.InfoCard.UI\**\*.cs" target="src" />
</files>
</package>
|