blob: 5a96a3f9c09c37aeaf2998a52c4b667706736ece (
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
|
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.Ultimate</id>
<version>$version$</version>
<title>DotNetOpenAuth (unified)</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>OpenID & OAuth library for web and desktop applications.</summary>
<description>
A single assembly that adds OpenID 1.1/2.0 and OAuth 1.0(a)/2.0 authentication and authorization functionality for client and server applications.
This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' data on other services.
</description>
<language>en-US</language>
</metadata>
<files>
<file src="$OutputPath45$unified\$signedSubPath$DotNetOpenAuth.dll" target="lib\net45-full\" />
<file src="$OutputPath45$unified\DotNetOpenAuth.pdb" target="lib\net45-full\" />
<file src="$OutputPath45$unified\DotNetOpenAuth.xml" target="lib\net45-full\" />
<file src="content\Ultimate\net45-full\web.config.transform" target="content\net45-full\web.config.transform" />
<file src="..\src\**\*.cs" target="src" exclude="..\src\*\obj\**" />
<file src="$IntermediatePath$*.Version.cs" target="src" />
</files>
</package>
|