forked from DotNetOpenAuth/DotNetOpenAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotNetOpenAuth.OAuth2.ClientAuthorization.nuspec
More file actions
26 lines (25 loc) · 1.36 KB
/
DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec
File metadata and controls
26 lines (25 loc) · 1.36 KB
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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OAuth2.ClientAuthorization</id>
<version>$oauth2version$</version>
<title>DotNetOpenAuth OAuth 2.0 Client Authorization</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>
<description>Functionality common to both OAuth 2.0 Clients and Authorization Servers.</description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
</dependencies>
</metadata>
<files>
<file src="$OutputPath45$DotNetOpenAuth.OAuth2.ClientAuthorization.dll" target="lib\net45-full" />
<file src="$OutputPath45$DotNetOpenAuth.OAuth2.ClientAuthorization.pdb" target="lib\net45-full" />
<file src="$OutputPath45$DotNetOpenAuth.OAuth2.ClientAuthorization.xml" target="lib\net45-full" />
<file src="..\src\DotNetOpenAuth.OAuth2.ClientAuthorization\**\*.cs" target="src" />
<file src="$GeneratedAssemblyInfoSourceFile$" target="src" />
</files>
</package>