summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.Ultimate.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-01-29 14:32:45 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-01-29 14:32:45 -0800
commit5fec515095ee10b522f414a03e78f282aaf520dc (patch)
tree204c75486639c23cdda2ef38b34d7e5050a1a2e3 /nuget/DotNetOpenAuth.Ultimate.nuspec
parentf1a4155398635a4fd9f485eec817152627682704 (diff)
parent8f4165ee515728aca3faaa26e8354a40612e85e4 (diff)
downloadDotNetOpenAuth-5fec515095ee10b522f414a03e78f282aaf520dc.zip
DotNetOpenAuth-5fec515095ee10b522f414a03e78f282aaf520dc.tar.gz
DotNetOpenAuth-5fec515095ee10b522f414a03e78f282aaf520dc.tar.bz2
Merge branch 'splitDlls'.
DNOA now builds and (in some cases) ships as many distinct assemblies.
Diffstat (limited to 'nuget/DotNetOpenAuth.Ultimate.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.Ultimate.nuspec27
1 files changed, 27 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec
new file mode 100644
index 0000000..40ff627
--- /dev/null
+++ b/nuget/DotNetOpenAuth.Ultimate.nuspec
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>DotNetOpenAuth.Ultimate</id>
+ <version>$version$</version>
+ <title>DotNetOpenAuth Ultimate</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>
+ <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>
+ <dependency id="DotNetOpenAuth.OpenId.RelyingParty.UI" version="[$version$]" />
+ <dependency id="DotNetOpenAuth.OpenId.Provider.UI" version="[$version$]" />
+ <dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" />
+ <dependency id="DotNetOpenAuth.OAuth.ServiceProvider" version="[$version$]" />
+ <dependency id="DotNetOpenAuth.OpenIdInfoCard.UI" version="[$version$]" />
+ </dependencies>
+ </metadata>
+ <files>
+ <!-- this area intentionally left blank (so that nuget pack doesn't include all files and folders under this one in the package. -->
+ </files>
+</package> \ No newline at end of file