AzureTableStorageNLogTarget 1.0.11

Requires NuGet 2.5 or higher.

dotnet add package AzureTableStorageNLogTarget --version 1.0.11
NuGet\Install-Package AzureTableStorageNLogTarget -Version 1.0.11
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="AzureTableStorageNLogTarget" Version="1.0.11" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AzureTableStorageNLogTarget --version 1.0.11
#r "nuget: AzureTableStorageNLogTarget, 1.0.11"
#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 AzureTableStorageNLogTarget as a Cake Addin
#addin nuget:?package=AzureTableStorageNLogTarget&version=1.0.11

// Install AzureTableStorageNLogTarget as a Cake Tool
#tool nuget:?package=AzureTableStorageNLogTarget&version=1.0.11

A custom Nlog target that save logs to Azure table storage.
log information saved includes:
LogTimeStamp, Level, LoggerName, Message, Exception, InnerException, StackTrace, MessageWithLayout, ExceptionData

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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
1.0.11 104,897 6/20/2017
1.0.10 12,502 3/16/2017
1.0.9 177,975 4/6/2015
1.0.8 10,181 11/30/2014
1.0.7 3,085 8/24/2014
1.0.5 3,858 5/17/2014
1.0.3 2,547 2/5/2014
1.0.2 2,291 2/2/2014
1.0.1 2,104 2/2/2014
1.0.0 2,182 2/2/2014

Bug fix: missing feature after submitting the wrong DLL to nuget