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.OpenId.Provider.UI.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.OpenId.Provider.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec index f496f28..281748d 100644 --- a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec @@ -10,7 +10,13 @@ <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 OpenID Provider.</description> + <summary>Add OpenID 1.1/2.0 Provider authentication functionality to a web application using ASP.NET controls.</summary> + <description> + Allow your customers to take their identities from your site with them as they visit other sites that accept + OpenID as relying parties. + Set up single-sign-on solutions within your organization using a standards-based, accepted protocol for + authentication delegation. + </description> <dependencies> <dependency id="DotNetOpenAuth.OpenId.Core.UI" version="[$version$]" /> <dependency id="DotNetOpenAuth.OpenId.Provider" version="[$version$]" /> |