diff --git a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec index 7f5b1e9a..59ab7b56 100644 --- a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec @@ -2,7 +2,7 @@ WixSharp.WPF - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,13 +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.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- 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 @@ -33,7 +32,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2 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 6013c2f1..4e919803 100644 --- a/Source/NuGet/WixSharp/WixSharp.bin.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.bin.nuspec @@ -2,7 +2,7 @@ WixSharp.bin - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,13 +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.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- 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 diff --git a/Source/NuGet/WixSharp/WixSharp.lab.nuspec b/Source/NuGet/WixSharp/WixSharp.lab.nuspec index 52c97282..b2981e6c 100644 --- a/Source/NuGet/WixSharp/WixSharp.lab.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.lab.nuspec @@ -2,7 +2,7 @@ WixSharp.Lab - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - Experimantal features Oleg Shilo Oleg Shilo @@ -14,13 +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.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- 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 @@ -35,7 +34,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 9f96c6e3..82accbc7 100644 --- a/Source/NuGet/WixSharp/WixSharp.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.nuspec @@ -2,7 +2,7 @@ WixSharp - 1.20.0.0 + 1.20.1.0 Wix# (WixSharp) - managed interface for WiX Oleg Shilo Oleg Shilo @@ -18,13 +18,12 @@ 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.0.0 + Release v1.20.1.0 -- Added WPF stock dialogs for Custom UI (WixSharp.Ui.WPF assembly) -- Added test case for #1114 -- Issue #1087: Intermittent error -- "WixSharp Project Templates" extension is ported to VS2022 -- Issue #1096: Setting RegistrySearch Id causes infinite loop +- 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 @@ -35,7 +34,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2 en-AU C# scripting msi install setup wix - + diff --git a/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll b/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll index f65a1286..bd79803b 100644 Binary files a/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll and b/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/CustomAction.dll differ diff --git a/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll b/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll index 9ef527e2..70acb0c0 100644 Binary files a/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll and b/Source/src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/ExternalAssembly/DispalyMessage.dll differ diff --git a/Source/src/WixSharp.Samples/Wix# Samples/External_UI/Msi/MyProduct.msi b/Source/src/WixSharp.Samples/Wix# Samples/External_UI/Msi/MyProduct.msi index ea5b4ba4..8528a16a 100644 Binary files a/Source/src/WixSharp.Samples/Wix# Samples/External_UI/Msi/MyProduct.msi and b/Source/src/WixSharp.Samples/Wix# Samples/External_UI/Msi/MyProduct.msi differ diff --git a/Source/src/WixSharp/Properties/AssemblyInfo.version.cs b/Source/src/WixSharp/Properties/AssemblyInfo.version.cs index 4ba68616..90367081 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.0.0")] -[assembly: AssemblyFileVersion("1.20.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.20.1.0")] +[assembly: AssemblyFileVersion("1.20.1.0")] \ No newline at end of file