diff --git a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec index 03685784..7f5b1e9a 100644 --- a/Source/NuGet/WixSharp/WixSharp.WPF.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.WPF.nuspec @@ -2,7 +2,7 @@ WixSharp.WPF - 1.19.1.0 + 1.20.0.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,9 +16,16 @@ 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.19.1.0-pre + Release v1.20.0.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 + + + @@ -26,7 +33,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 b80ddabe..6013c2f1 100644 --- a/Source/NuGet/WixSharp/WixSharp.bin.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.bin.nuspec @@ -2,7 +2,7 @@ WixSharp.bin - 1.19.1.0 + 1.20.0.0 Wix# (WixSharp) - Binaries Oleg Shilo Oleg Shilo @@ -16,13 +16,20 @@ 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.19.1.0-pre + Release v1.20.0.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 + + + - Copyright (C) 2008-2021 Oleg Shilo + 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 f0b63d3f..52c97282 100644 --- a/Source/NuGet/WixSharp/WixSharp.lab.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.lab.nuspec @@ -2,7 +2,7 @@ WixSharp.Lab - 1.19.1.0 + 1.20.0.0 Wix# (WixSharp) - Experimantal features Oleg Shilo Oleg Shilo @@ -14,13 +14,20 @@ 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.19.1.0-pre + Release v1.20.0.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 + + + - Copyright (C) 2008-2021 Oleg Shilo + Copyright (C) 2008-2022 Oleg Shilo en-AU C# Scripting msi install setup @@ -28,7 +35,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 4160a8f5..9f96c6e3 100644 --- a/Source/NuGet/WixSharp/WixSharp.nuspec +++ b/Source/NuGet/WixSharp/WixSharp.nuspec @@ -2,7 +2,7 @@ WixSharp - 1.19.1.0 + 1.20.0.0 Wix# (WixSharp) - managed interface for WiX Oleg Shilo Oleg Shilo @@ -18,17 +18,24 @@ 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.19.1.0-pre + Release v1.20.0.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 + + + - Copyright (C) 2008-2021 Oleg Shilo + Copyright (C) 2008-2022 Oleg Shilo 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 fb6fdbf6..f65a1286 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 0ef97c11..9ef527e2 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 6ca758c9..ea5b4ba4 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 ab1df8f3..4ba68616 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.19.0.0")] -[assembly: AssemblyFileVersion("1.19.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("1.20.0.0")] +[assembly: AssemblyFileVersion("1.20.0.0")] \ No newline at end of file