MMaitre.TraceEtw 1.1.29

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

// Install MMaitre.TraceEtw as a Cake Tool
#tool nuget:?package=MMaitre.TraceEtw&version=1.1.29

Simplified Event Tracing for Windows (ETW) in Desktop apps and Windows/Windows Phone Store apps. Traces can be either structured or unstructured. For documentation see https://github.com/mmaitre314/TraceEtw .

Product Compatible and additional computed target framework versions.
native native is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.29 1,535 7/26/2016
1.0.24 2,815 1/15/2015
1.0.13 1,141 1/11/2015

TraceEtw v1.1:
* Allows definition of Channels
* Events and Channels can have Message attribute in English language

TraceEtw v1.0:
* Make the provider GUID optional, rename scripts, remove the need for manifest registration, and remove dependency on MSBuildTasks