summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-03-21 20:22:47 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2012-03-21 20:22:47 -0700
commitc87dfa52a5109cd6242f6475251bd441a1d44948 (patch)
treedb15a409d642124949532e504802afd761518ccc /nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
parentecde5c1e737bb076102566a7a8acd83ceaaeb56b (diff)
downloadDotNetOpenAuth-c87dfa52a5109cd6242f6475251bd441a1d44948.zip
DotNetOpenAuth-c87dfa52a5109cd6242f6475251bd441a1d44948.tar.gz
DotNetOpenAuth-c87dfa52a5109cd6242f6475251bd441a1d44948.tar.bz2
Fixed a bunch of NuGet package descriptions, and summaries.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
index 994bb7c..8c3f94a 100644
--- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
@@ -10,7 +10,12 @@
<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 OAuth 2.0 Resource Server.</description>
+ <summary>Authorize incoming HTTP requests based on an OAuth 2 access token obtained from an OAuth 2 Authorization Server.</summary>
+ <description>
+ Allow your web forms or MVC web site, REST or WCF service, or any other HTTP(s) service to accept OAuth 2 access tokens
+ as a means of authorization so your users don't have to share their password with 3rd party apps and services in order
+ to share their data between your service and those of the 3rd party.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
<dependency id="DotNetOpenAuth.OAuth.Common" version="[$version$]" />