Swix 1.0.8

dotnet add package Swix --version 1.0.8
NuGet\Install-Package Swix -Version 1.0.8
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="Swix" Version="1.0.8">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Swix --version 1.0.8
#r "nuget: Swix, 1.0.8"
#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 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.0.8 475 2/2/2022
1.0.7 314 4/2/2021
1.0.6 488 1/3/2020
1.0.5 520 8/30/2019
1.0.4 494 8/16/2019
1.0.1 498 8/8/2019
1.0.0 487 8/2/2019