blob: 3d08145355a0b52532454cf13ac975faf3a63800 (
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
|
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.AspNet</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="$OutputPath40$signed\DotNetOpenAuth.AspNet.dll" target="lib\net40-full\DotNetOpenAuth.AspNet.dll" />
<file src="$OutputPath40$DotNetOpenAuth.AspNet.pdb" target="lib\net40-full\DotNetOpenAuth.AspNet.pdb" />
<file src="$OutputPath40$DotNetOpenAuth.AspNet.xml" target="lib\net40-full\DotNetOpenAuth.AspNet.xml" />
<file src="..\src\DotNetOpenAuth.AspNet\**\*.cs" target="src" />
</files>
</package>
|