summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.nuspec
blob: fcf046566e0e2419f717817be3eadace0519f5fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<package>
	<metadata>
		<id>DotNetOpenAuth</id>
		<version>$version$</version>
		<authors>Andrew Arnott</authors>
		<owners>Andrew Arnott</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, &amp; 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>
	</metadata>
</package>