summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenId.Provider.nuspec
blob: cf977994431ce8a2806e2c26cd086fca87dc47cc (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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>DotNetOpenAuth.OpenId.Provider</id>
		<version>$version$</version>
		<title>DotNetOpenAuth OpenID Provider</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 Provider authentication functionality to a web application programmatically.</summary>
		<description>
			Allow your customers to take their identities from your site with them as they visit other sites that accept
			OpenID as relying parties.
			Set up single-sign-on solutions within your organization using a standards-based, accepted protocol for
			authentication delegation.
		</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.OpenId.Core" version="[$version$]" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.Provider.dll" target="lib\net35-full\" />
		<file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.Provider.dll" target="lib\net40-full\" />

		<file src="$OutputPath35$DotNetOpenAuth.OpenId.Provider.pdb" target="lib\net35-full\" />
		<file src="$OutputPath40$DotNetOpenAuth.OpenId.Provider.pdb" target="lib\net40-full\" />

		<file src="$OutputPath35$DotNetOpenAuth.OpenId.Provider.xml" target="lib\net35-full\" />
		<file src="$OutputPath40$DotNetOpenAuth.OpenId.Provider.xml" target="lib\net40-full\" />

		<file src="content\OpenId.Provider\web.config.transform" target="content\web.config.transform" />

		<file src="..\src\DotNetOpenAuth.OpenId.Provider\**\*.cs" target="src" />
	</files>
</package>