diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 20:22:47 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 20:22:47 -0700 |
commit | c87dfa52a5109cd6242f6475251bd441a1d44948 (patch) | |
tree | db15a409d642124949532e504802afd761518ccc /nuget/DotNetOpenAuth.OAuth.Consumer.nuspec | |
parent | ecde5c1e737bb076102566a7a8acd83ceaaeb56b (diff) | |
download | DotNetOpenAuth-c87dfa52a5109cd6242f6475251bd441a1d44948.zip DotNetOpenAuth-c87dfa52a5109cd6242f6475251bd441a1d44948.tar.gz DotNetOpenAuth-c87dfa52a5109cd6242f6475251bd441a1d44948.tar.bz2 |
Fixed a bunch of NuGet package descriptions, and summaries.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Consumer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.Consumer.nuspec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec index 830edf8..e397590 100644 --- a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec @@ -10,7 +10,11 @@ <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 consumer.</description> + <summary>Add the role of an OAuth 1.0(a) consumer to a .NET (web) application.</summary> + <description> + Improve usability, reliability, conversion rates and security simultaneously by simply asking the user for permission to access their + data on 3rd party services rather than asking for their password. + </description> <dependencies> <dependency id="DotNetOpenAuth.OAuth.Core" version="[$version$]" /> </dependencies> |