summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
blob: c2efe8256b13c3ac7264d22ae38af19f00823eb3 (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>$identity$</id>
		<version>$version$</version>
		<title>DotNetOpenAuth OAuth 1.0(a) Service Provider</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 1.0(a) service provider role to a .NET (web) application.</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.OAuth.Core" version="[$version$]" />
		</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>