diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 22:58:36 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 22:58:36 -0700 |
commit | 80028b1c5442c85909b889b3c52cfbd0c0121437 (patch) | |
tree | b1b651c08a349957bb3d26ad5234a266d8d3e42e /nuget/DotNetOpenAuth.OAuth2.Core.nuspec | |
parent | f02ccf1e93367b7ab8bece3a2c53e960e98d221d (diff) | |
parent | e1455ee979b150d1ea4afdf1bc82a9e5cbc5b2ba (diff) | |
download | DotNetOpenAuth-80028b1c5442c85909b889b3c52cfbd0c0121437.zip DotNetOpenAuth-80028b1c5442c85909b889b3c52cfbd0c0121437.tar.gz DotNetOpenAuth-80028b1c5442c85909b889b3c52cfbd0c0121437.tar.bz2 |
Merge branch 'v4.0' into dev11
Conflicts:
src/DotNetOpenAuth.sln
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth2.Core.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth2.Core.nuspec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth2.Core.nuspec b/nuget/DotNetOpenAuth.OAuth2.Core.nuspec index b069d64..f957069 100644 --- a/nuget/DotNetOpenAuth.OAuth2.Core.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.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 2.0 client, authorization server or resource server.</description> + <summary>Common functionality required to implement an OAuth 2.0 client, authorization server or resource server.</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> |