summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
blob: 82b46d6926f1dcda16e10073b22a1d72831d0344 (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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>$identity$</id>
		<version>$oauth2version$</version>
		<title>DotNetOpenAuth OAuth 2.0 Authorization Server</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 an OAuth 2.0 Authorization Server role to an ASP.NET web application, allowing it to authorize calls to its users' protected data on resource servers.</summary>
		<description>
			Protect your users' data while allowing them to programmatically access it, including from other web applications,
			all without disclosing their login credential with you to 3rd parties.  
		</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath35$signed\$identity$.dll" target="lib\net35-full" />
		<file src="$OutputPath40$signed\$identity$.dll" target="lib\net40-full" />

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

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

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