summaryrefslogtreecommitdiffstats
path: root/nuget/DotNetOpenAuth.OAuth.Core.nuspec
diff options
context:
space:
mode:
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Core.nuspec')
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Core.nuspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Core.nuspec b/nuget/DotNetOpenAuth.OAuth.Core.nuspec
index 8c3876b..6299e4d 100644
--- a/nuget/DotNetOpenAuth.OAuth.Core.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Core.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 an OAuth consumer or service provider.</description>
+ <summary>Functionality common to implement either an OAuth 1.0 consumer or service provider.</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>