summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-01-29 10:38:00 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-01-29 10:38:00 -0800
commit64ccf5ac32058482b03e14e882c47cbd4b2d1e3f (patch)
treea8d7b4b746e3326159d49802e1ff6168f68f4fc8 /nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
parentaf21cdaf77ca72f54e04f22268b740ce262582fa (diff)
downloadDotNetOpenAuth-64ccf5ac32058482b03e14e882c47cbd4b2d1e3f.zip
DotNetOpenAuth-64ccf5ac32058482b03e14e882c47cbd4b2d1e3f.tar.gz
DotNetOpenAuth-64ccf5ac32058482b03e14e882c47cbd4b2d1e3f.tar.bz2
Created several NuGet packages.
Updated nuget.exe.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Consumer.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Consumer.nuspec18
1 files changed, 18 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
new file mode 100644
index 0000000..0573eea
--- /dev/null
+++ b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
+ <metadata>
+ <id>DotNetOpenAuth.OAuth.Consumer</id>
+ <version>$version$</version>
+ <title>DotNetOpenAuth OAuth 1.0(a) Consumer</title>
+ <authors>Andrew Arnott</authors>
+ <owners>Outercurve Foundation</owners>
+ <requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <description>Contains assemblies that are required to implement an OAuth consumer.</description>
+ <dependencies>
+ <dependency id="DotNetOpenAuth.Core" version="$version$" />
+ </dependencies>
+ </metadata>
+ <files>
+ <file src="..\..\bin\v4.0\Release\DotNetOpenAuth.OAuth.Consumer.dll" target="lib\net40\DotNetOpenAuth.OAuth.Consumer.dll" />
+ </files>
+</package> \ No newline at end of file