Swix 1.0.8
dotnet add package Swix --version 1.0.8
NuGet\Install-Package Swix -Version 1.0.8
<PackageReference Include="Swix" Version="1.0.8"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Swix --version 1.0.8
#r "nuget: Swix, 1.0.8"
// Install Swix as a Cake Addin #addin nuget:?package=Swix&version=1.0.8 // Install Swix as a Cake Tool #tool nuget:?package=Swix&version=1.0.8
Simple WIX
Domain Specific Language (DSL) that tries to take away most painful aspects of working with WIX. SWIX source file processed before WIX compilation starts and translated to WIX source file, which is consumed by WIX transparently. You may inspect generated file and ensure that everything written is translated correctly.
SWIX does not try to replace WIX entirely or cover each possible case - instead it complements WIX where it is feasible and beneficial.
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.