diff --git a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec new file mode 100644 index 00000000..b420f7f5 --- /dev/null +++ b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec @@ -0,0 +1,48 @@ + + + + WixSharp.WPF + 1.18.0.0 + Wix# (WixSharp) - Binaries + Oleg Shilo + Oleg Shilo + true + MIT + wixsharp_logo.png + https://github.com/oleg-shilo/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 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) + Wix# (WixSharp) - Binaries + Release v1.18.0.0 + +* Added full UI for uninstalling from control panel. The feature can be enabled via `project.EnableUninstallFullUI(...)` +* Added support for Nsis Bootstrapper compression. + Added sample `BuildScriptWithCompressor` (Samples/Bootstrapper/NsisBootstrapper/setup.cs) +* Introduce logging options for UninstallFullUI feature +* Issue #1005: Request: Arm64 support +* Issue #1001: Fix null reference exception if SDK is located inside the wixlocation… +* Issue #999: Multiple windows services to single .exe +* Issue #995: IgnoreWildCardEmptyDirectories with 1.17.0 causes Wxs generation to never finish with multiple top-level dirs +* Addressed U-Test failures for Issue #999 dev +* Respect TargetFileName on OverwriteOnInstall option + + Copyright (C) 2008-2021 Oleg Shilo + en-AU + C# scripting msi install setup wix + + + + + + + + + + + + + + \ No newline at end of file