summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth.Common.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Common.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Common.nuspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Common.nuspec b/nuget/DotNetOpenAuth.OAuth.Common.nuspec
index 007a609..d88ba7b 100644
--- a/nuget/DotNetOpenAuth.OAuth.Common.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Common.nuspec
@@ -10,7 +10,8 @@
<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 OAuth 1 or 2.</description>
+ <summary>Common functionality that is required to implement OAuth 1 or 2.</summary>
+ <description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
<dependencies>
<dependency id="DotNetOpenAuth.Core" version="[$version$]" />
</dependencies>