summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
blob: 2c270067f665ff2b26f4dc5d387c03e808ea630f (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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>$identity$</id>
		<version>$version$</version>
		<title>DotNetOpenAuth OpenID Relying Party</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 OpenID 1.1/2.0 Relying Party authentication functionality to a web application programmatically.</summary>
		<description>
			Increase conversion rates to your web site by lowering the bar to create an account with your site,
			by allowing customers to use accounts they already have with other sites, such as Google and Yahoo!
		</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.OpenId.Core" version="[$version$]" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath45$signed\$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="content\OpenId.RelyingParty\web.config.transform" target="content\web.config.transform" />

		<file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
		<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
	</files>
</package>