diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec index f40a695..26e2c62 100644 --- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.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 OpenID Relying Party.</description> + <summary>Add OpenID 1.1/2.0 Relying Party authentication functionality to a web application using ASP.NET controls.</summary> + <description> + Increase conversion rates to your web site by lowering the bar to create an account with your site, + by allowing customers to use accounts they already have with other sites, such as Google and Yahoo! + </description> <dependencies> <dependency id="DotNetOpenAuth.OpenId.Core.UI" version="[$version$]" /> <dependency id="DotNetOpenAuth.OpenId.RelyingParty" version="[$version$]" /> |