diff options
Diffstat (limited to 'nuget/DotNetOpenAuth.InfoCard.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.nuspec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nuget/DotNetOpenAuth.InfoCard.nuspec b/nuget/DotNetOpenAuth.InfoCard.nuspec index dd07650..ef13922 100644 --- a/nuget/DotNetOpenAuth.InfoCard.nuspec +++ b/nuget/DotNetOpenAuth.InfoCard.nuspec @@ -10,7 +10,12 @@ <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 InfoCard relying party.</description> + <summary>Adds InfoCard login capability to ASP.NET web applications.</summary> + <description> + Adds an InfoCard button to your web application's login page. + InfoCards enhance user security while mitigating phishing attacks by removing the + need for a password credential or 3rd party identity issuer entirely. + </description> <dependencies> <dependency id="DotNetOpenAuth.Core" version="[$version$]" /> </dependencies> |