diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-23 23:41:30 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:35 -0800 |
commit | d4c1934aeaa8659644e7bc6d70964f8ef620b508 (patch) | |
tree | 3d9f5d1b5e34efeabc425edb63e75060ca7b4115 /nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec | |
parent | cf2ac40a21df5c561f8ee7f65c56ce8d62d2123d (diff) | |
download | DotNetOpenAuth-d4c1934aeaa8659644e7bc6d70964f8ef620b508.zip DotNetOpenAuth-d4c1934aeaa8659644e7bc6d70964f8ef620b508.tar.gz DotNetOpenAuth-d4c1934aeaa8659644e7bc6d70964f8ef620b508.tar.bz2 |
Added UI nuget package specs.
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec new file mode 100644 index 0000000..49b8bd8 --- /dev/null +++ b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> + <metadata> + <id>DotNetOpenAuth.OpenId.Core.UI</id> + <version>$version$</version> + <title>DotNetOpenAuth OpenID Core (ASP.NET controls)</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> + <description>Contains assemblies that are required to implement an OpenID Relying Party or Provider.</description> + <dependencies> + <dependency id="DotNetOpenAuth.Core.UI" version="[$version$]" /> + </dependencies> + </metadata> + <files> + <file src="$OutputPath35$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net35-full\DotNetOpenAuth.OpenId.UI.dll" /> + <file src="$OutputPath40$signed\DotNetOpenAuth.OpenId.UI.dll" target="lib\net40-full\DotNetOpenAuth.OpenId.UI.dll" /> + <file src="$OutputPath35$DotNetOpenAuth.OpenId.UI.xml" target="lib\net35-full\DotNetOpenAuth.OpenId.UI.xml" /> + <file src="$OutputPath40$DotNetOpenAuth.OpenId.UI.xml" target="lib\net40-full\DotNetOpenAuth.OpenId.UI.xml" /> + </files> +</package>
\ No newline at end of file |