Files
ETS/PROJ-ETS/packages/DotNetOpenAuth.OpenId.Core.4.1.4.12333/DotNetOpenAuth.OpenId.Core.4.1.4.12333.nuspec
2013-05-13 15:36:43 +02:00

22 lines
1.0 KiB
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>DotNetOpenAuth.OpenId.Core</id>
<version>4.1.4.12333</version>
<title>DotNetOpenAuth OpenID Core</title>
<authors>Andrew Arnott</authors>
<owners>Outercurve Foundation</owners>
<licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl>
<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
<iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
<summary>Common functionality required to implement an OpenID Provider or Relying Party.</summary>
<dependencies>
<dependency id="DotNetOpenAuth.Core" version="[4.1.4.12333]" />
</dependencies>
<references>
<reference file="DotNetOpenAuth.OpenId.dll" />
</references>
</metadata>
</package>