summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.Ultimate.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-21 21:06:24 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-21 21:06:24 -0700
commit220e361186e362cc70c5e021c2fbd1f02c781c0b (patch)
tree445ab8ef591a2ddfd24e6e7a0bf200f1a7127721 /nuget/DotNetOpenAuth.Ultimate.nuspec
parentb4b0f27237096606f30c3eeab58455466aec7010 (diff)
parente1455ee979b150d1ea4afdf1bc82a9e5cbc5b2ba (diff)
downloadDotNetOpenAuth-220e361186e362cc70c5e021c2fbd1f02c781c0b.zip
DotNetOpenAuth-220e361186e362cc70c5e021c2fbd1f02c781c0b.tar.gz
DotNetOpenAuth-220e361186e362cc70c5e021c2fbd1f02c781c0b.tar.bz2
Merge branch 'v4.0'
Conflicts: src/version.txt
Diffstat (limited to 'nuget/DotNetOpenAuth.Ultimate.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.Ultimate.nuspec30
1 files changed, 19 insertions, 11 deletions
diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec
index 40ff627..4fb57bb 100644
--- a/nuget/DotNetOpenAuth.Ultimate.nuspec
+++ b/nuget/DotNetOpenAuth.Ultimate.nuspec
@@ -3,25 +3,33 @@
<metadata>
<id>DotNetOpenAuth.Ultimate</id>
<version>$version$</version>
- <title>DotNetOpenAuth Ultimate</title>
+ <title>DotNetOpenAuth (unified)</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>
+ <summary>OpenID, OAuth, &amp; InfoCard library for web and desktop applications.</summary>
+ <description>
+ A single assembly that adds OpenID 1.1/2.0, OAuth 1.0(a)/2.0, &amp; InfoCard authentication and authorization functionality for client and server applications.
+ This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users'
+ data on other services.
+ </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. -->
+ <file src="$OutputPath35$unified\signed\DotNetOpenAuth.dll" target="lib\net35-full\" />
+ <file src="$OutputPath40$unified\signed\DotNetOpenAuth.dll" target="lib\net40-full\" />
+
+ <file src="$OutputPath35$unified\DotNetOpenAuth.pdb" target="lib\net35-full\" />
+ <file src="$OutputPath40$unified\DotNetOpenAuth.pdb" target="lib\net40-full\" />
+
+ <file src="$OutputPath35$unified\DotNetOpenAuth.xml" target="lib\net35-full\" />
+ <file src="$OutputPath40$unified\DotNetOpenAuth.xml" target="lib\net40-full\" />
+
+ <file src="content\Ultimate\web.config.transform" target="content\web.config.transform" />
+
+ <file src="..\src\**\*.cs" target="src" />
</files>
</package> \ No newline at end of file