diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 21:06:24 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-03-21 21:06:24 -0700 |
commit | 220e361186e362cc70c5e021c2fbd1f02c781c0b (patch) | |
tree | 445ab8ef591a2ddfd24e6e7a0bf200f1a7127721 /nuget/DotNetOpenAuth.InfoCard.UI.nuspec | |
parent | b4b0f27237096606f30c3eeab58455466aec7010 (diff) | |
parent | e1455ee979b150d1ea4afdf1bc82a9e5cbc5b2ba (diff) | |
download | DotNetOpenAuth-220e361186e362cc70c5e021c2fbd1f02c781c0b.zip DotNetOpenAuth-220e361186e362cc70c5e021c2fbd1f02c781c0b.tar.gz DotNetOpenAuth-220e361186e362cc70c5e021c2fbd1f02c781c0b.tar.bz2 |
Merge branch 'v4.0'
Conflicts:
src/version.txt
Diffstat (limited to 'nuget/DotNetOpenAuth.InfoCard.UI.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.UI.nuspec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec b/nuget/DotNetOpenAuth.InfoCard.UI.nuspec index 932ffdf..af6a6f6 100644 --- a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec +++ b/nuget/DotNetOpenAuth.InfoCard.UI.nuspec @@ -10,8 +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> - <summary>Contains assemblies that are required to implement an InfoCard relying party.</summary> - <description>Contains assemblies that are required to implement an InfoCard relying party.</description> + <summary>Add InfoCard login capability to ASP.NET web applications via ASP.NET web controls.</summary> + <description> + Adds an InfoCard button to your ASP.NET web application's login page via a simple ASP.NET control. + InfoCards enhance user security while mitigating phishing attacks by removing the + need for a password credential or 3rd party identity issuer entirely. + </description> <language>en-US</language> <dependencies> <dependency id="DotNetOpenAuth.Core.UI" version="[$version$]" /> |