keva.fi.MendesLogging 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet add package keva.fi.MendesLogging --version 1.0.9
NuGet\Install-Package keva.fi.MendesLogging -Version 1.0.9
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="keva.fi.MendesLogging" Version="1.0.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add keva.fi.MendesLogging --version 1.0.9
#r "nuget: keva.fi.MendesLogging, 1.0.9"
#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 keva.fi.MendesLogging as a Cake Addin
#addin nuget:?package=keva.fi.MendesLogging&version=1.0.9

// Install keva.fi.MendesLogging as a Cake Tool
#tool nuget:?package=keva.fi.MendesLogging&version=1.0.9

Library for logging and buffering log entries into MSMQ

Product Compatible and additional computed target framework versions.
.NET Framework net46 is compatible.  net461 was computed.  net462 was computed.  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
1.0.10 1,198 6/12/2017
1.0.9 895 6/6/2017
1.0.8 915 6/5/2017

2017-06-01 Initial release
     2017-06-05 Changed to require minimum rights to msmq
     2017-06-05 Created new application to be used to create msmq and assingning rights to usergroups
     2017-06-05 Changed project type. Console -> Library.
     2017-06-06 Added ProcessAccount property to logged message. ProcessAccount is taken from executing environment (System.Environment.UserDomainName, System.Environment.UserName).