summaryrefslogtreecommitdiffstats
path: root/nuget
diff options
context:
space:
mode:
Diffstat (limited to 'nuget')
-rw-r--r--nuget/DotNetOpenAuth.AspNet.nuspec8
-rw-r--r--nuget/DotNetOpenAuth.Core.UI.nuspec4
-rw-r--r--nuget/DotNetOpenAuth.Core.nuspec4
-rw-r--r--nuget/DotNetOpenAuth.InfoCard.UI.nuspec8
-rw-r--r--nuget/DotNetOpenAuth.InfoCard.nuspec7
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Common.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Consumer.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OAuth.Core.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Client.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.Core.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec7
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Core.nuspec3
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec8
-rw-r--r--nuget/DotNetOpenAuth.OpenId.Provider.nuspec8
-rw-r--r--nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec6
-rw-r--r--nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec7
-rw-r--r--nuget/DotNetOpenAuth.OpenIdOAuth.nuspec6
22 files changed, 98 insertions, 26 deletions
diff --git a/nuget/DotNetOpenAuth.AspNet.nuspec b/nuget/DotNetOpenAuth.AspNet.nuspec
index c518176..3d08145 100644
--- a/nuget/DotNetOpenAuth.AspNet.nuspec
+++ b/nuget/DotNetOpenAuth.AspNet.nuspec
@@ -4,13 +4,17 @@
<id>DotNetOpenAuth.AspNet</id>
<version>$version$</version>
<title>DotNetOpenAuth extensions for ASP.NET (WebPages)</title>
- <authors>Luan Nguyen</authors>
+ <authors>Microsoft</authors>
<owners>Outercurve Foundation</owners>
<projectUrl>http://www.dotnetopenauth.net/</projectUrl>
<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>Allows adding OAuth and OpenID authentication to ASP.NET web projects using DotNetOpenAuth implementation.</description>
+ <summary>Allow your web visitors to log into your web site using accounts they already have with popular services.</summary>
+ <description>
+ Enables web site visitors to log into an ASP.NET web application via popular identity providers,
+ including Google, Yahoo!, Windows Live, Facebook, LinkedIn and Twitter.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OpenId.RelyingParty" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" />
diff --git a/nuget/DotNetOpenAuth.Core.UI.nuspec b/nuget/DotNetOpenAuth.Core.UI.nuspec
index 467254f..c966515 100644
--- a/nuget/DotNetOpenAuth.Core.UI.nuspec
+++ b/nuget/DotNetOpenAuth.Core.UI.nuspec
@@ -10,8 +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>
- <summary>Contains core assemblies of DotNetOpenOAuth library.</summary>
- <description>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</description>
+ <summary>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</summary>
+ <description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
<language>en-US</language>
<dependencies>
<dependency id="DotNetOpenAuth.Core" version="[$version$]" />
diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec
index 64ca83e..9266869 100644
--- a/nuget/DotNetOpenAuth.Core.nuspec
+++ b/nuget/DotNetOpenAuth.Core.nuspec
@@ -10,8 +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>
- <summary>Contains core assemblies of DotNetOpenOAuth library.</summary>
- <description>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</description>
+ <summary>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</summary>
+ <description>This package contains shared code for other NuGet packages, and contains no public API in and of itself.</description>
<language>en-US</language>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Configuration" targetFramework="net40" />
diff --git a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec b/nuget/DotNetOpenAuth.InfoCard.UI.nuspec
index 932ffdf..bf51e64 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>Adds 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$]" />
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>
diff --git a/nuget/DotNetOpenAuth.OAuth.Common.nuspec b/nuget/DotNetOpenAuth.OAuth.Common.nuspec
index 007a609..d88ba7b 100644
--- a/nuget/DotNetOpenAuth.OAuth.Common.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Common.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 OAuth 1 or 2.</description>
+ <summary>Common functionality that is required to implement OAuth 1 or 2.</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>
diff --git a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
index 830edf8..e397590 100644
--- a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.Consumer.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 OAuth consumer.</description>
+ <summary>Add the role of an OAuth 1.0(a) consumer to a .NET (web) application.</summary>
+ <description>
+ Improve usability, reliability, conversion rates and security simultaneously by simply asking the user for permission to access their
+ data on 3rd party services rather than asking for their password.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth.Core" version="[$version$]" />
</dependencies>
diff --git a/nuget/DotNetOpenAuth.OAuth.Core.nuspec b/nuget/DotNetOpenAuth.OAuth.Core.nuspec
index 8c3876b..6299e4d 100644
--- a/nuget/DotNetOpenAuth.OAuth.Core.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.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 consumer or service provider.</description>
+ <summary>Functionality common to implement either an OAuth 1.0 consumer or service provider.</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>
diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
index 112a81a..e839d51 100644
--- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.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 OAuth consumer.</description>
+ <summary>Add an OAuth 1.0(a) service provider role to a .NET (web) application.</summary>
+ <description>
+ Protect your users' data while allowing them to programmatically access it, including from other web applications,
+ all without disclosing their login credential with you to 3rd parties.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth.Core" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth.Common" version="[$version$]" />
diff --git a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
index dfbe119..b8146b1 100644
--- a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.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 OAuth 2.0 Authorization Server.</description>
+ <summary>Add an OAuth 2.0 Authorization Server role to an ASP.NET web application, allowing it to authorize calls to its users' protected data on resource servers.</summary>
+ <description>
+ Protect your users' data while allowing them to programmatically access it, including from other web applications,
+ all without disclosing their login credential with you to 3rd parties.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
</dependencies>
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
index 9075b67..e22dfe9 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Client.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 OAuth 2.0 Client ASP.NET controls.</description>
+ <summary>Add an OAuth 2.0 Client role to a .NET desktop application, allowing it to make authorized calls to its visitors' protected data on other resource servers.</summary>
+ <description>
+ Improve usability, reliability, conversion rates and security simultaneously by simply asking the user for permission to access their
+ data on 3rd party services rather than asking for their password.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Client" version="[$oauth2version$]" />
</dependencies>
diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
index 67de333..a068429 100644
--- a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.Client.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 OAuth 2.0 Client.</description>
+ <summary>Add an OAuth 2.0 Client role to an ASP.NET web application, allowing it to make authorized calls to its visitors' protected data on other resource servers.</summary>
+ <description>
+ Improve usability, reliability, conversion rates and security simultaneously by simply asking the user for permission to access their
+ data on 3rd party services rather than asking for their password.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
</dependencies>
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>
diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
index 994bb7c..8c3f94a 100644
--- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec
+++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.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 OAuth 2.0 Resource Server.</description>
+ <summary>Authorize incoming HTTP requests based on an OAuth 2 access token obtained from an OAuth 2 Authorization Server.</summary>
+ <description>
+ Allow your web forms or MVC web site, REST or WCF service, or any other HTTP(s) service to accept OAuth 2 access tokens
+ as a means of authorization so your users don't have to share their password with 3rd party apps and services in order
+ to share their data between your service and those of the 3rd party.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth2.Core" version="[$oauth2version$]" />
<dependency id="DotNetOpenAuth.OAuth.Common" version="[$version$]" />
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec
index 780efb5..7411278 100644
--- a/nuget/DotNetOpenAuth.OpenId.Core.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.Core.UI.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 OpenID Relying Party or Provider.</description>
+ <summary>Common functionality required to implement an OpenID Provider or Relying Party that includes ASP.NET controls.</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.UI" version="[$version$]" />
</dependencies>
diff --git a/nuget/DotNetOpenAuth.OpenId.Core.nuspec b/nuget/DotNetOpenAuth.OpenId.Core.nuspec
index b8d9cd3..541e8e6 100644
--- a/nuget/DotNetOpenAuth.OpenId.Core.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.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 OpenID Relying Party or Provider.</description>
+ <summary>Common functionality required to implement an OpenID Provider or Relying Party.</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>
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$]" />
diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.nuspec
index 812145d..cf97799 100644
--- a/nuget/DotNetOpenAuth.OpenId.Provider.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.Provider.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 programmatically.</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" version="[$version$]" />
</dependencies>
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$]" />
diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
index 8673a2d..06d402e 100644
--- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec
+++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.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 programmatically.</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" version="[$version$]" />
</dependencies>
diff --git a/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec b/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec
index 27ef1bd..5f8b4ae 100644
--- a/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec
+++ b/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.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>Allow your web site's visitors to log in using InfoCards.</summary>
+ <description>
+ Adds an InfoCard button to an OpenID relying party's login button panel.
+ 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.OpenId.RelyingParty.UI" version="[$version$]" />
<dependency id="DotNetOpenAuth.InfoCard.UI" version="[$version$]" />
diff --git a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
index 8c0037b..64f67b5 100644
--- a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec
+++ b/nuget/DotNetOpenAuth.OpenIdOAuth.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 OpenID+OAuth extension support.</description>
+ <summary>Request or respond with OAuth 1.0 tokens during an OpenID login.</summary>
+ <description>
+ As an OpenID 2.0 relying party or provider, include an OAuth 1.0 access token in the same user authorization/authentication step
+ so that the relying party may also directly access the user's data on the OpenID Provider's web service.
+ </description>
<dependencies>
<dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" />
<dependency id="DotNetOpenAuth.OAuth.ServiceProvider" version="[$version$]" />