blob: d459efee9108d55bc86a83e4a0160db16dc32c81 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth</id>
<version>$version$</version>
<title>DotNetOpenAuth</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>OpenID and OAuth library for web and desktop applications.</summary>
<description>
Add 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>
<dependencies>
<dependency id="DotNetOpenAuth.Mvc" version="[$version$]" />
<dependency id="DotNetOpenAuth.OpenId.RelyingParty.UI" version="[$version$]" />
<dependency id="DotNetOpenAuth.OpenId.Provider.UI" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth.ServiceProvider" version="[$version$]" />
<dependency id="DotNetOpenAuth.OpenIdOAuth" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth2.Client.UI" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth2.AuthorizationServer" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth2.ResourceServer" version="[$version$]" />
</dependencies>
</metadata>
<files>
<!-- this area intentionally left blank (so that nuget pack doesn't include all files and folders under this one in the package. -->
</files>
</package>
|