summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.nuspec
blob: 05fc5f1f452017b3512640478807fb95a698f114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>
		<dependencies>
			<!-- optional -->
			<!--<dependency id="log4net" version="1.2.10" />-->
		</dependencies>
	</metadata>
</package>