diff options
author | David Christiansen <david.christiansen@civil.lmco.com> | 2015-01-05 11:55:40 +0000 |
---|---|---|
committer | David Christiansen <david.christiansen@civil.lmco.com> | 2015-01-05 11:55:40 +0000 |
commit | 8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f (patch) | |
tree | 6be2c237890022e1f6336b77e577d3ea9f201bca | |
parent | a409f200f621915dcd2c4b50b406213b3b6d6359 (diff) | |
download | DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.zip DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.tar.gz DotNetOpenAuth-8a6ea7a4f25b1cc3cb2e1ce67ea4d538b6261b8f.tar.bz2 |
Closes #362
21 files changed, 63 insertions, 63 deletions
diff --git a/nuget/DotNetOpenAuth.Core.UI.nuspec b/nuget/DotNetOpenAuth.Core.UI.nuspec index edb3a14..acbaa8a 100644 --- a/nuget/DotNetOpenAuth.Core.UI.nuspec +++ b/nuget/DotNetOpenAuth.Core.UI.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth Core (ASP.NET controls)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</summary> diff --git a/nuget/DotNetOpenAuth.Core.nuspec b/nuget/DotNetOpenAuth.Core.nuspec index 133970e..c8720b6 100644 --- a/nuget/DotNetOpenAuth.Core.nuspec +++ b/nuget/DotNetOpenAuth.Core.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth Core</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Shared library implementing the messaging pipeline used by auxiliary DotNetOpenAuth libraries.</summary> diff --git a/nuget/DotNetOpenAuth.Mvc.nuspec b/nuget/DotNetOpenAuth.Mvc.nuspec index 81a3842..0e386d2 100644 --- a/nuget/DotNetOpenAuth.Mvc.nuspec +++ b/nuget/DotNetOpenAuth.Mvc.nuspec @@ -4,10 +4,10 @@ <id>DotNetOpenAuth.Mvc</id> <version>$version$</version> <title>DotNetOpenAuth MVC extensions</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Provides the HttpResponseMessage.AsActionResult() extension method.</summary> diff --git a/nuget/DotNetOpenAuth.OAuth.Common.nuspec b/nuget/DotNetOpenAuth.OAuth.Common.nuspec index 959097e..cafdeb4 100644 --- a/nuget/DotNetOpenAuth.OAuth.Common.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.Common.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OAuth 1/2 shared bits</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Common functionality that is required to implement OAuth 1 or 2.</summary> diff --git a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec index a6c83ef..633fb89 100644 --- a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OAuth 1.0(a) Consumer</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Add the role of an OAuth 1.0(a) consumer to a .NET (web) application.</summary> diff --git a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec index c4b3b33..c2efe82 100644 --- a/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.ServiceProvider.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OAuth 1.0(a) Service Provider</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Add an OAuth 1.0(a) service provider role to a .NET (web) application.</summary> diff --git a/nuget/DotNetOpenAuth.OAuth.nuspec b/nuget/DotNetOpenAuth.OAuth.nuspec index 1c42a77..550dea5 100644 --- a/nuget/DotNetOpenAuth.OAuth.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.nuspec @@ -4,10 +4,10 @@ <id>$identity$.Core</id> <version>$version$</version> <title>DotNetOpenAuth OAuth 1.0(a)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Functionality common to implement either an OAuth 1.0 consumer or service provider.</summary> diff --git a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec index 5e5b336..5b5394c 100644 --- a/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.AuthorizationServer.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Authorization Server</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <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> diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec index aaf1edd..d4bc47d 100644 --- a/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.Client.UI.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Client (ASP.NET controls)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <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> diff --git a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec index 19b76c8..29e56a2 100644 --- a/nuget/DotNetOpenAuth.OAuth2.Client.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.Client.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Client</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <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> diff --git a/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec b/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec index ec226da..ce6dc68 100644 --- a/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.ClientAuthorization.nuspec @@ -4,10 +4,10 @@ <id>DotNetOpenAuth.OAuth2.ClientAuthorization</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Client Authorization</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <description>Functionality common to both OAuth 2.0 Clients and Authorization Servers.</description> diff --git a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec index fd9312a..edd4ae7 100644 --- a/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.ResourceServer.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Resource Server</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Authorize incoming HTTP requests based on an OAuth 2 access token obtained from an OAuth 2 Authorization Server.</summary> diff --git a/nuget/DotNetOpenAuth.OAuth2.nuspec b/nuget/DotNetOpenAuth.OAuth2.nuspec index 35dd42c..9949832 100644 --- a/nuget/DotNetOpenAuth.OAuth2.nuspec +++ b/nuget/DotNetOpenAuth.OAuth2.nuspec @@ -4,10 +4,10 @@ <id>$identity$.Core</id> <version>$oauth2version$</version> <title>DotNetOpenAuth OAuth 2.0 Core</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Common functionality required to implement an OAuth 2.0 client, authorization server or resource server.</summary> diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec index 6e5005d..f1c8f7d 100644 --- a/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.Provider.UI.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Provider (ASP.NET controls)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Add OpenID 1.1/2.0 Provider authentication functionality to a web application using ASP.NET controls.</summary> diff --git a/nuget/DotNetOpenAuth.OpenId.Provider.nuspec b/nuget/DotNetOpenAuth.OpenId.Provider.nuspec index 645b370..15a4867 100644 --- a/nuget/DotNetOpenAuth.OpenId.Provider.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.Provider.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Provider</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Add OpenID 1.1/2.0 Provider authentication functionality to a web application programmatically.</summary> diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec index 3d00fb0..7b724b2 100644 --- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.UI.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Relying Party (ASP.NET controls)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Add OpenID 1.1/2.0 Relying Party authentication functionality to a web application using ASP.NET controls.</summary> diff --git a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec index c4004a3..c90e323 100644 --- a/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.RelyingParty.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Relying Party</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Add OpenID 1.1/2.0 Relying Party authentication functionality to a web application programmatically.</summary> diff --git a/nuget/DotNetOpenAuth.OpenId.UI.nuspec b/nuget/DotNetOpenAuth.OpenId.UI.nuspec index 2d3aede..97455e1 100644 --- a/nuget/DotNetOpenAuth.OpenId.UI.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.UI.nuspec @@ -4,10 +4,10 @@ <id>DotNetOpenAuth.OpenId.Core.UI</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Core (ASP.NET controls)</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Common functionality required to implement an OpenID Provider or Relying Party that includes ASP.NET controls.</summary> diff --git a/nuget/DotNetOpenAuth.OpenId.nuspec b/nuget/DotNetOpenAuth.OpenId.nuspec index ff7ef6b..6994530 100644 --- a/nuget/DotNetOpenAuth.OpenId.nuspec +++ b/nuget/DotNetOpenAuth.OpenId.nuspec @@ -4,10 +4,10 @@ <id>$identity$.Core</id> <version>$version$</version> <title>DotNetOpenAuth OpenID Core</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Common functionality required to implement an OpenID Provider or Relying Party.</summary> diff --git a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec index 93db4e8..6d70f02 100644 --- a/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec +++ b/nuget/DotNetOpenAuth.OpenIdOAuth.nuspec @@ -4,10 +4,10 @@ <id>$identity$</id> <version>$version$</version> <title>DotNetOpenAuth OpenID OAuth hybrid</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>Request or respond with OAuth 1.0 tokens during an OpenID login.</summary> diff --git a/nuget/DotNetOpenAuth.nuspec b/nuget/DotNetOpenAuth.nuspec index 18bcd8e..d459efe 100644 --- a/nuget/DotNetOpenAuth.nuspec +++ b/nuget/DotNetOpenAuth.nuspec @@ -4,10 +4,10 @@ <id>DotNetOpenAuth</id> <version>$version$</version> <title>DotNetOpenAuth</title> - <authors>Andrew Arnott</authors> - <owners>Outercurve Foundation</owners> + <authors>Andrew Arnott, David Christiansen</authors> + <owners>David Christiansen, Andrew Arnott</owners> <projectUrl>http://www.dotnetopenauth.net/</projectUrl> - <iconUrl>https://github.com/AArnott/dotnetopenid/raw/v3.4/doc/logo/dnoa-logo_32x32.png</iconUrl> + <iconUrl>https://raw.githubusercontent.com/DotNetOpenAuth/DotNetOpenAuth/master/doc/logo/dnoa-logo_32x32.png</iconUrl> <licenseUrl>http://www.opensource.org/licenses/ms-pl.html</licenseUrl> <requireLicenseAcceptance>false</requireLicenseAcceptance> <summary>OpenID and OAuth library for web and desktop applications.</summary> |