diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2013-06-16 16:58:19 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2013-06-16 16:58:19 -0700 |
commit | cccc7a63b9abeed1f075a35a532e25d52c1d89db (patch) | |
tree | b6e249316b69d2ea7ad1652ecb9f2bdebf892577 /nuget | |
parent | 89c2167a677ebb23aca7f1e9592af7954a093fff (diff) | |
download | DotNetOpenAuth-cccc7a63b9abeed1f075a35a532e25d52c1d89db.zip DotNetOpenAuth-cccc7a63b9abeed1f075a35a532e25d52c1d89db.tar.gz DotNetOpenAuth-cccc7a63b9abeed1f075a35a532e25d52c1d89db.tar.bz2 |
Removes InfoCard support from the library.
InfoCard support has been removed from recent versions of Windows. It's effectively dead.
Diffstat (limited to 'nuget')
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.UI.nuspec | 33 | ||||
-rw-r--r-- | nuget/DotNetOpenAuth.InfoCard.nuspec | 31 | ||||
-rw-r--r-- | nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec | 32 | ||||
-rw-r--r-- | nuget/DotNetOpenAuth.Ultimate.nuspec | 4 | ||||
-rw-r--r-- | nuget/DotNetOpenAuth.nuspec | 5 |
5 files changed, 4 insertions, 101 deletions
diff --git a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec b/nuget/DotNetOpenAuth.InfoCard.UI.nuspec deleted file mode 100644 index f22a52c..0000000 --- a/nuget/DotNetOpenAuth.InfoCard.UI.nuspec +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0"?> -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> - <id>$identity$</id> - <version>$version$</version> - <title>DotNetOpenAuth InfoCard (ASP.NET controls)</title> - <authors>Andrew Arnott</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> - <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$]" /> - <dependency id="DotNetOpenAuth.InfoCard" version="[$version$]" /> - </dependencies> - </metadata> - <files> - <file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" /> - <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> - <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> - - <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> - <file src="$GeneratedAssemblyInfoSourceFile$" target="src" /> - </files> -</package>
\ No newline at end of file diff --git a/nuget/DotNetOpenAuth.InfoCard.nuspec b/nuget/DotNetOpenAuth.InfoCard.nuspec deleted file mode 100644 index 4cfcc17..0000000 --- a/nuget/DotNetOpenAuth.InfoCard.nuspec +++ /dev/null @@ -1,31 +0,0 @@ -<?xml version="1.0"?> -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> - <id>$identity$</id> - <version>$version$</version> - <title>DotNetOpenAuth InfoCard</title> - <authors>Andrew Arnott</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> - <summary>Add 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> - </metadata> - <files> - <file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" /> - <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> - <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> - - <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> - <file src="$GeneratedAssemblyInfoSourceFile$" target="src" /> - </files> -</package>
\ No newline at end of file diff --git a/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec b/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec deleted file mode 100644 index 33f8cbe..0000000 --- a/nuget/DotNetOpenAuth.OpenIdInfoCard.UI.nuspec +++ /dev/null @@ -1,32 +0,0 @@ -<?xml version="1.0"?> -<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> - <metadata> - <id>$identity$</id> - <version>$version$</version> - <title>DotNetOpenAuth OpenID InfoCard Relying Party ASP.NET control</title> - <authors>Andrew Arnott</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> - <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$]" /> - </dependencies> - </metadata> - <files> - <file src="$OutputPath45$$signedSubPath$$identity$.dll" target="lib\net45-full\" /> - <file src="$OutputPath45$$identity$.pdb" target="lib\net45-full\" /> - <file src="$OutputPath45$$identity$.xml" target="lib\net45-full\" /> - - <file src="..\src\$Identity$\**\*.cs" target="src" exclude="..\src\$Identity$\obj\**" /> - <file src="$GeneratedAssemblyInfoSourceFile$" target="src" /> - </files> -</package>
\ No newline at end of file diff --git a/nuget/DotNetOpenAuth.Ultimate.nuspec b/nuget/DotNetOpenAuth.Ultimate.nuspec index 006679f..5a96a3f 100644 --- a/nuget/DotNetOpenAuth.Ultimate.nuspec +++ b/nuget/DotNetOpenAuth.Ultimate.nuspec @@ -10,9 +10,9 @@ <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>OpenID, OAuth, & InfoCard library for web and desktop applications.</summary> + <summary>OpenID & OAuth library for web and desktop applications.</summary> <description> - A single assembly that adds OpenID 1.1/2.0, OAuth 1.0(a)/2.0, & InfoCard authentication and authorization functionality for client and server applications. + A single assembly that adds OpenID 1.1/2.0 and OAuth 1.0(a)/2.0 authentication and authorization functionality for client and server applications. This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' data on other services. </description> <language>en-US</language> diff --git a/nuget/DotNetOpenAuth.nuspec b/nuget/DotNetOpenAuth.nuspec index 2895b00..24862a0 100644 --- a/nuget/DotNetOpenAuth.nuspec +++ b/nuget/DotNetOpenAuth.nuspec @@ -10,9 +10,9 @@ <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>OpenID, OAuth, & InfoCard library for web and desktop applications.</summary> + <summary>OpenID and OAuth library for web and desktop applications.</summary> <description> - Add OpenID 1.1/2.0, OAuth 1.0(a), & InfoCard authentication and authorization functionality for client and server applications. + Add OpenID 1.1/2.0 and OAuth 1.0(a)/2.0 authentication and authorization functionality for client and server applications. This allows your (web) application to issue identities or accept issued identites from other web applications, and even access your users' data on other services. </description> <language>en-US</language> @@ -21,7 +21,6 @@ <dependency id="DotNetOpenAuth.OpenId.Provider.UI" version="[$version$]" /> <dependency id="DotNetOpenAuth.OAuth.Consumer" version="[$version$]" /> <dependency id="DotNetOpenAuth.OAuth.ServiceProvider" version="[$version$]" /> - <dependency id="DotNetOpenAuth.OpenIdInfoCard.UI" version="[$version$]" /> <dependency id="DotNetOpenAuth.OpenIdOAuth" version="[$version$]" /> <dependency id="DotNetOpenAuth.OAuth2.Client.UI" version="[$version$]" /> |