log4net NuGet package updated with some goodies
I just pushed new version (1.2.12) of log4net NuGet package. Except – as expected – updated binaries this package also adds bit better integration with NuGet and into project installation.
Now it adds default configuration into your app.config
/web.config
and also decorates the assembly with XmlConfigurator
attribute with more or less default values (in a separate file, so you can easily remove it).
Feedback is welcome.