NLogInjector 0.0.14

dotnet add package NLogInjector --version 0.0.14
NuGet\Install-Package NLogInjector -Version 0.0.14
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLogInjector" Version="0.0.14" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NLogInjector --version 0.0.14
#r "nuget: NLogInjector, 0.0.14"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NLogInjector as a Cake Addin
#addin nuget:?package=NLogInjector&version=0.0.14

// Install NLogInjector as a Cake Tool
#tool nuget:?package=NLogInjector&version=0.0.14

Allows injecting NLog logger using AutoFac via constructor, field or property injection

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.14 16,189 5/3/2017
0.0.13 972 4/5/2017
0.0.12 908 3/29/2017
0.0.11 958 3/12/2017
0.0.10 924 3/12/2017
0.0.9 945 3/11/2017
0.0.8 913 2/26/2017
0.0.4 1,004 4/3/2016
0.0.3 967 4/3/2016
0.0.2 962 4/3/2016

3-Apr-16
* Initial commit
* Added a field attribute which means that ILogger must be decorated with InjectLogger for the injection logic to consider it
(Allows us to respect owner driven fields if they do exist)
     11-Mar-17
     * Upgraded to .net 4.6.2