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
<PackageReference Include="Unofficial.WixSharp.bin" Version="1.14.2" />
paket add Unofficial.WixSharp.bin --version 1.14.2
#r "nuget: Unofficial.WixSharp.bin, 1.14.2"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 | 788 | 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