Skip to content

Commit d29124f

Browse files
oleg.shilooleg.shilo
oleg.shilo
authored and
oleg.shilo
committed
- Added new NuGet package WixSharp.WPF.nuspec
1 parent e73a333 commit d29124f

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
3+
<metadata>
4+
<id>WixSharp.WPF</id>
5+
<version>1.18.0.0</version>
6+
<title>Wix# (WixSharp) - Binaries</title>
7+
<authors>Oleg Shilo</authors>
8+
<owners>Oleg Shilo</owners>
9+
<requireLicenseAcceptance>true</requireLicenseAcceptance>
10+
<license type="expression">MIT</license>
11+
<icon>wixsharp_logo.png</icon>
12+
<projectUrl>https://github.com/oleg-shilo/wixsharp</projectUrl>
13+
<description>Wix# is a framework for building a complete MSI or WiX source code by using build script files written with the C# syntax.
14+
The package contains Wix# binaries only.
15+
16+
In order to use this package you need have WiX Toolset installed.
17+
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
18+
<summary>Wix# (WixSharp) - Binaries</summary>
19+
<releaseNotes>Release v1.18.0.0
20+
21+
* Added full UI for uninstalling from control panel. The feature can be enabled via `project.EnableUninstallFullUI(...)`
22+
* Added support for Nsis Bootstrapper compression.
23+
Added sample `BuildScriptWithCompressor` (Samples/Bootstrapper/NsisBootstrapper/setup.cs)
24+
* Introduce logging options for UninstallFullUI feature
25+
* Issue #1005: Request: Arm64 support
26+
* Issue #1001: Fix null reference exception if SDK is located inside the wixlocation…
27+
* Issue #999: Multiple windows services to single .exe
28+
* Issue #995: IgnoreWildCardEmptyDirectories with 1.17.0 causes Wxs generation to never finish with multiple top-level dirs
29+
* Addressed U-Test failures for Issue #999 dev
30+
* Respect TargetFileName on OverwriteOnInstall option
31+
</releaseNotes>
32+
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
33+
<language>en-AU</language>
34+
<tags>C# scripting msi install setup wix</tags>
35+
<dependencies>
36+
<dependency id="WixSharp.bin" version="1.18.0.0" />
37+
<dependency id="Caliburn.Micro" version="3.2.0" />
38+
</dependencies>
39+
<references>
40+
<reference file="WixSharp.UI.WPF.dll" />
41+
</references>
42+
</metadata>
43+
<files>
44+
<file src="lib\WixSharp.UI.WPF.dll" target="lib\any\WixSharp.UI.WPF.dll" />
45+
<file src="lib\WixSharp.UI.WPF.xml" target="lib\any\WixSharp.UI.WPF.xml" />
46+
<file src="..\..\Templates\WixSharpVSIX\WixSharpVSIX\wixsharp_logo.png" target="" />
47+
</files>
48+
</package>

0 commit comments

Comments
 (0)