Unofficial.WixSharp 1.14.2

dotnet add package Unofficial.WixSharp --version 1.14.2
NuGet\Install-Package Unofficial.WixSharp -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" 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 --version 1.14.2
#r "nuget: Unofficial.WixSharp, 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 as a Cake Addin
#addin nuget:?package=Unofficial.WixSharp&version=1.14.2

// Install Unofficial.WixSharp as a Cake Tool
#tool nuget:?package=Unofficial.WixSharp&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, 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)

There are no supported framework assets in this 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.14.2 614 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