summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
blob: 64f67b5dcbb0cd90d74b3c4e7c38c45ff97585c1 (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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
	<metadata>
		<id>DotNetOpenAuth.OpenIdOAuth</id>
		<version>$version$</version>
		<title>DotNetOpenAuth OpenID OAuth hybrid</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>Request or respond with OAuth 1.0 tokens during an OpenID login.</summary>
		<description>
			As an OpenID 2.0 relying party or provider, include an OAuth 1.0 access token in the same user authorization/authentication step
			so that the relying party may also directly access the user's data on the OpenID Provider's web service.
		</description>
		<dependencies>
			<dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" />
			<dependency id="DotNetOpenAuth.OAuth.ServiceProvider" version="[$version$]" />
			<dependency id="DotNetOpenAuth.OpenId.Core" version="[$version$]" />
		</dependencies>
	</metadata>
	<files>
		<file src="$OutputPath35$signed\DotNetOpenAuth.OpenIdOAuth.dll" target="lib\net35-full\" />
		<file src="$OutputPath40$signed\DotNetOpenAuth.OpenIdOAuth.dll" target="lib\net40-full\" />

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

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

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