summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
blob: 29e56a2e84e10d12398ccfacdadc634a1a8f53cb (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
<?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 Client</title>
		<authors>Andrew Arnott, David Christiansen</authors>
		<owners>David Christiansen, Andrew Arnott</owners>
		<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
		<iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/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 Client role to an ASP.NET web application, allowing it to make authorized calls to its visitors' protected data on other resource servers.</summary>
		<description>
			Improve usability, reliability, conversion rates and security simultaneously by simply asking the user for permission to access their
			data on 3rd party services rather than asking for their password.
		</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.OAuth2.ClientAuthorization" version="[$oauth2version$]" />
			<dependency id="Microsoft.AspNet.WebApi.Client" version="[5.0,6.0)" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath45$$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="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" />
		<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
	</files>
</package>