summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec6
1 files changed, 5 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
index 9075b67..e22dfe9 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Client.UI.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 2.0 Client ASP.NET controls.</description>
+ <summary>Add an OAuth 2.0 Client role to a .NET desktop application, allowing it to make authorized calls to its visitors' protected data on other resource servers.</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.OAuth2.Client" version="[$oauth2version$]" />
</dependencies>