Unofficial.WixSharp.bin 1.14.2

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

// Install Unofficial.WixSharp.bin as a Cake Tool
#tool nuget:?package=Unofficial.WixSharp.bin&version=1.14.2

Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
The package contains Wix# binaries only.

In order to use this package you need have WiX Toolset installed.
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)

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.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Unofficial.WixSharp.bin:

Package Downloads
Unofficial.WixSharp

Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax. The package contains Wix# binaries, code sample and custom MSBuild target (to be merged with VS project and trigger building MSI during the project compilation). If you need only Wix# binaries you may want to use WixSharp.bin package instead. In order to use this package you need have WiX Toolset installed. The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.14.2 732 3/11/2020

Release v1.14.2.0
* Fix collision possibility for GetHashCode32(): use (uint) instead of Math.Abs()
* Issue #786: NullReferenceException on FindClientAssemblyInCallStack
* Dynamic Localization - bootstrapper support
* Modified `Compiler.BuildMsi(string path)` to return potentially modified input path