From 1b4706018034671db6d1402f075da363df71c969 Mon Sep 17 00:00:00 2001 From: "oleg.shilo" Date: Sun, 14 Aug 2022 01:12:21 +1000 Subject: [PATCH] Release v1.20.2.0 - PR #1197: Fix BuildMsiCmd generating incorrect custom action dll - Issue #1178: WelcomeDialog doesn't show title. - Issue #1170: Generate only small Installer.exe file to binary (enhancement) - Issue #1171: RegFileImporter does not support hex(b): REG_QWORD Partial fix as WiX still does not support REG_QWORD===integer64 --- Source/NuGet/WixSharp/WixSharp.WPF.nuspec | 20 +++++++------------ Source/NuGet/WixSharp/WixSharp.bin.nuspec | 18 ++++++----------- Source/NuGet/WixSharp/WixSharp.lab.nuspec | 20 +++++++------------ Source/NuGet/WixSharp/WixSharp.nuspec | 20 +++++++------------ .../Properties/AssemblyInfo.version.cs | 4 ++-- 5 files changed, 29 insertions(+), 53 deletions(-) diff --git a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec index 59ab7b56..cec37702 100644 --- a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec @@ -2,7 +2,7 @@ WixSharp.WPF - 1.20.1.0 + 1.20.2.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,23 +16,17 @@ 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.20.1.0 + Release v1.20.2.0 -- Issue #1162: WPF installDir dialog is ignoring selectedfolder -- Added `CommonTasks.RegisterComAssembly` to register COM servers. -- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut -- Issue #118: Logging - - - - - - +- PR #1197: Fix BuildMsiCmd generating incorrect custom action dll +- Issue #1178: WelcomeDialog doesn't show title. +- Issue #1170: Generate only small Installer.exe file to binary (enhancement) +- Issue #1171: RegFileImporter does not support hex(b): REG_QWORD Partial fix as WiX still does not support REG_QWORD===integer64 Copyright (C) 2008-2021 Oleg Shilo en-AU C# scripting msi install setup wix - + diff --git a/Source/NuGet/WixSharp/WixSharp.bin.nuspec b/Source/NuGet/WixSharp/WixSharp.bin.nuspec index 4e919803..ad6f90cf 100644 --- a/Source/NuGet/WixSharp/WixSharp.bin.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.bin.nuspec @@ -2,7 +2,7 @@ WixSharp.bin - 1.20.1.0 + 1.20.2.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,18 +16,12 @@ 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.20.1.0 + Release v1.20.2.0 -- Issue #1162: WPF installDir dialog is ignoring selectedfolder -- Added `CommonTasks.RegisterComAssembly` to register COM servers. -- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut -- Issue #118: Logging - - - - - - +- PR #1197: Fix BuildMsiCmd generating incorrect custom action dll +- Issue #1178: WelcomeDialog doesn't show title. +- Issue #1170: Generate only small Installer.exe file to binary (enhancement) +- Issue #1171: RegFileImporter does not support hex(b): REG_QWORD Partial fix as WiX still does not support REG_QWORD===integer64 Copyright (C) 2008-2022 Oleg Shilo en-AU C# scripting msi install setup wix diff --git a/Source/NuGet/WixSharp/WixSharp.lab.nuspec b/Source/NuGet/WixSharp/WixSharp.lab.nuspec index b2981e6c..321b07e9 100644 --- a/Source/NuGet/WixSharp/WixSharp.lab.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.lab.nuspec @@ -2,7 +2,7 @@ WixSharp.Lab - 1.20.1.0 + 1.20.2.0 Wix# (WixSharp) - Experimantal features Oleg Shilo Oleg Shilo @@ -14,18 +14,12 @@ The package contains the sample code for building a simple MSI with the CLR WinForm dialog inserted into UI sequence between InsallDirDlg and VerifyReadyDlg native MSI dialogs. 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# binaries containing experimental features (e.g. native WiX UI support). - Release v1.20.1.0 + Release v1.20.2.0 -- Issue #1162: WPF installDir dialog is ignoring selectedfolder -- Added `CommonTasks.RegisterComAssembly` to register COM servers. -- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut -- Issue #118: Logging - - - - - - +- PR #1197: Fix BuildMsiCmd generating incorrect custom action dll +- Issue #1178: WelcomeDialog doesn't show title. +- Issue #1170: Generate only small Installer.exe file to binary (enhancement) +- Issue #1171: RegFileImporter does not support hex(b): REG_QWORD Partial fix as WiX still does not support REG_QWORD===integer64 Copyright (C) 2008-2022 Oleg Shilo en-AU C# Scripting msi install setup @@ -34,7 +28,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2 - + diff --git a/Source/NuGet/WixSharp/WixSharp.nuspec b/Source/NuGet/WixSharp/WixSharp.nuspec index 82accbc7..643ead8e 100644 --- a/Source/NuGet/WixSharp/WixSharp.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.nuspec @@ -2,7 +2,7 @@ WixSharp - 1.20.1.0 + 1.20.2.0 Wix# (WixSharp) - managed interface for WiX Oleg Shilo Oleg Shilo @@ -18,23 +18,17 @@ 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) Wix# (WixSharp) - Binaries - Release v1.20.1.0 + Release v1.20.2.0 -- Issue #1162: WPF installDir dialog is ignoring selectedfolder -- Added `CommonTasks.RegisterComAssembly` to register COM servers. -- Issue #1132: Project.ResolveWildCards(ignoreEmptyDirectories: true) removes Start Menu shortcut -- Issue #118: Logging - - - - - - +- PR #1197: Fix BuildMsiCmd generating incorrect custom action dll +- Issue #1178: WelcomeDialog doesn't show title. +- Issue #1170: Generate only small Installer.exe file to binary (enhancement) +- Issue #1171: RegFileImporter does not support hex(b): REG_QWORD Partial fix as WiX still does not support REG_QWORD===integer64 Copyright (C) 2008-2022 Oleg Shilo en-AU C# scripting msi install setup wix - + diff --git a/Source/src/WixSharp/Properties/AssemblyInfo.version.cs b/Source/src/WixSharp/Properties/AssemblyInfo.version.cs index 90367081..68ba6303 100644 --- a/Source/src/WixSharp/Properties/AssemblyInfo.version.cs +++ b/Source/src/WixSharp/Properties/AssemblyInfo.version.cs @@ -7,5 +7,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("1.20.1.0")] -[assembly: AssemblyFileVersion("1.20.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.20.2.0")] +[assembly: AssemblyFileVersion("1.20.2.0")] \ No newline at end of file