diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec new file mode 100644 index 0000000..51d1121 --- /dev/null +++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>DotNetOpenAuth.OpenId.RelyingParty</id> + <version>$version$</version> + <title>DotNetOpenAuth OpenID Relying Party</title> + <authors>Andrew Arnott</authors> + <owners>Outercurve Foundation</owners> + <requireLicenseAcceptance>false</requireLicenseAcceptance> + <description>Contains assemblies that are required to implement an OpenID Relying Party.</description> + <dependencies> + <dependency id="DotNetOpenAuth.Core" version="$version$" /> + </dependencies> + </metadata> + <files> + <file src="..\..\bin\v4.0\Release\DotNetOpenAuth.OpenId.RelyingParty.dll" target="lib\net40\DotNetOpenAuth.OpenId.RelyingParty.dll" /> + </files> +</package>
\ No newline at end of file |