diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-23 07:52:47 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-12-23 07:52:47 -0800 |
commit | 84968f08da0905e374d875a15c49b366b25acf2d (patch) | |
tree | 1ac92833b4232f82c83d3f055ac9cb63d74a68f1 | |
parent | deeca6c5466d22875bf29cfe7c61973cb12f0ddc (diff) | |
download | DotNetOpenAuth-84968f08da0905e374d875a15c49b366b25acf2d.zip DotNetOpenAuth-84968f08da0905e374d875a15c49b366b25acf2d.tar.gz DotNetOpenAuth-84968f08da0905e374d875a15c49b366b25acf2d.tar.bz2 |
Added note of an optional dependency on log4net.
-rw-r--r-- | nuget/DotNetOpenAuth.nuspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nuget/DotNetOpenAuth.nuspec b/nuget/DotNetOpenAuth.nuspec index fcf0465..05fc5f1 100644 --- a/nuget/DotNetOpenAuth.nuspec +++ b/nuget/DotNetOpenAuth.nuspec @@ -12,5 +12,9 @@ <summary>OpenID, OAuth, & InfoCard library for web sites/services and apps.</summary> <description>A C# library that adds OpenID 2.0 Provider and Relying Party, OAuth Consumer and Service Provider, and InfoCard Selector support to your web site both programmatically and through convenient drop-in ASP.NET controls.</description> <language>en-US</language> + <dependencies> + <!-- optional --> + <!--<dependency id="log4net" version="1.2.10" />--> + </dependencies> </metadata> </package>
\ No newline at end of file |