saTrilogy.Etw 1.0.5487

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

// Install saTrilogy.Etw as a Cake Tool
#tool nuget:?package=saTrilogy.Etw&version=1.0.5487

The saTrilogy.Etw class library exposes a managed, safe F# implementation of an EventSource via the use of the Microsoft® Microsoft.Diagnostics.Tracing.EventSource NuGet Version 1.0.26 package (although it does work with 1.1.13-beta – the non-beta version is used to permit simple NuGet installation). The solution was developed using the Microsoft Visual Studio Ultimate 2015 Preview (VS2015) IDE against the Version 4.5.53349 .NET Framework and all projects are coded using F# Version 4.0 with FSharp.Core Version 4.4.0.0 (note this impacts the Swenson Unquote module usage requirement).

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.5487 156 1/11/2015

The Swenson Unquote module in this application is not the NuGet 2.2.2 Version; that is bound to FSharp.Core 4.0.0.0 and what is included in this application, although it has the same version number, is a copy of the original Swenson Unquote 2.2.0 but re-compiled against FSharp.Core 4.4.0.0 under the .NET Framework 4.5.3.

Consequently, Swenson.Unquote is declared in a NuGet lib rather than as a dependency - although it is the latter.