Anotar.Log4Net.Fody by Simon Cropp

<PackageReference Include="Anotar.Log4Net.Fody" Version="2.13.1" />

 Anotar.Log4Net.Fody 2.13.1

Simplifies logging through a static class and some IL manipulation.

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata minClientVersion="2.8">
    <id>Anotar.Log4Net.Fody</id>
    <version>2.13.1</version>
    <title>Anotar.Log4Net.Fody</title>
    <authors>Simon Cropp</authors>
    <owners>Simon Cropp</owners>
    <developmentDependency>true</developmentDependency>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://github.com/Fody/Anotar</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <iconUrl>https://raw.github.com/Fody/Anotar/master/Icons/package_icon.png</iconUrl>
    <description>Simplifies logging through a static class and some IL manipulation.</description>
    <language>en-AU</language>
    <tags>Logging, ILWeaving, Fody, Cecil, Log4Net</tags>
    <dependencies>
      <dependency id="Fody" />
      <dependency id="log4net" version="2.0" />
    </dependencies>
    <copyright>Copyright © 2015 All Rights Reserved.</copyright>
  </metadata>
</package>