diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-15 15:32:19 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2012-01-29 10:38:14 -0800 |
commit | 9ce67cc4c574f5bbd0db2f82d5e012b5ed08c0c8 (patch) | |
tree | 96f7b433710f95991423d6923de33181b0a773bb /nuget/DotNetOpenAuth.OAuth.Consumer.nuspec | |
parent | a671b4e9f29ee454ab5decc89253d12f146ce6df (diff) | |
download | DotNetOpenAuth-9ce67cc4c574f5bbd0db2f82d5e012b5ed08c0c8.zip DotNetOpenAuth-9ce67cc4c574f5bbd0db2f82d5e012b5ed08c0c8.tar.gz DotNetOpenAuth-9ce67cc4c574f5bbd0db2f82d5e012b5ed08c0c8.tar.bz2 |
Added some tags to a few nuget package definitions.
Diffstat (limited to 'nuget/DotNetOpenAuth.OAuth.Consumer.nuspec')
-rw-r--r-- | nuget/DotNetOpenAuth.OAuth.Consumer.nuspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec index 0573eea..750253d 100644 --- a/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec +++ b/nuget/DotNetOpenAuth.OAuth.Consumer.nuspec @@ -6,6 +6,9 @@ <title>DotNetOpenAuth OAuth 1.0(a) Consumer</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> <description>Contains assemblies that are required to implement an OAuth consumer.</description> <dependencies> |