blob: 40ff627c8e7fb51b78cf4ed8def9792d93d0842a (
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
|
<?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 Ultimate</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, & InfoCard library for web sites/services and apps.</summary>
<description>A C# library that adds OpenID 2.0 Provider and Relying Party, OAuth Consumer and Service Provider, and InfoCard Selector support to your web site both programmatically and through convenient drop-in ASP.NET controls.</description>
<language>en-US</language>
<dependencies>
<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.OpenIdInfoCard.UI" 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>
|