Skip to content

Commit

Permalink
wix3: Release v1.26.0
Browse files Browse the repository at this point in the history
- #1638: Simplify Custom UI - removed Caliburn.Micro
- #1641: How to set or use Launchcondition Action in Wix#
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1604: Some strings in Dialogs from .wxl are not replaced in Custom WPF UI
- Issue #1561: ComponentIDs for files change depending on folder that source is built from.
- fixed problem with `SetShellSize` not setting the top level window size
- Added `CommonTasks.MapAsDeferredProperty` extension method
  • Loading branch information
oleg-shilo committed Sep 21, 2024
1 parent ea02659 commit 5dc16ec
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 39 deletions.
22 changes: 12 additions & 10 deletions Source/NuGet/WixSharp/WixSharp.WPF.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.WPF</id>
<version>1.25.3.0</version>
<version>1.26.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,20 +16,22 @@ 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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>WiX3-Release v1.25.3.0

Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- fixed an accidental recursion in `AsWixVarToPath`
- Issue #1490: Missing images in Managed WPF UI
- Updated WixSharp.wix.bin.3.14.1.nupkg</releaseNotes>
<releaseNotes>WiX3-Release v1.26.0.0
- #1638: Simplify Custom UI - removed Caliburn.Micro
- #1641: How to set or use Launchcondition Action in Wix#
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1604: Some strings in Dialogs from .wxl are not replaced in Custom WPF UI
- Issue #1561: ComponentIDs for files change depending on folder that source is built from.
- fixed problem with `SetShellSize` not setting the top level window size
- Added `CommonTasks.MapAsDeferredProperty` extension method
</releaseNotes>
<copyright>Copyright (C) 2008-2023 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<group targetFramework=".NETFramework4.5.1">
<dependency id="WixSharp.bin" version="1.25.3.0" />
<dependency id="WixSharp.bin" version="1.26.0.0" />
<dependency id="Caliburn.Micro" version="3.2.0" />
</group>
<group targetFramework=".NETFramework4.6.2">
Expand Down
20 changes: 11 additions & 9 deletions Source/NuGet/WixSharp/WixSharp.bin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.bin</id>
<version>1.25.3.0</version>
<version>1.26.0.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,14 +16,16 @@
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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>WiX3-Release v1.25.3.0

Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- fixed an accidental recursion in `AsWixVarToPath`
- Issue #1490: Missing images in Managed WPF UI
- Updated WixSharp.wix.bin.3.14.1.nupkg</releaseNotes>
<releaseNotes>WiX3-Release v1.26.0.0
- #1638: Simplify Custom UI - removed Caliburn.Micro
- #1641: How to set or use Launchcondition Action in Wix#
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1604: Some strings in Dialogs from .wxl are not replaced in Custom WPF UI
- Issue #1561: ComponentIDs for files change depending on folder that source is built from.
- fixed problem with `SetShellSize` not setting the top level window size
- Added `CommonTasks.MapAsDeferredProperty` extension method
</releaseNotes>
<copyright>Copyright (C) 2008-2023 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
22 changes: 12 additions & 10 deletions Source/NuGet/WixSharp/WixSharp.lab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp.Lab</id>
<version>1.25.3.0</version>
<version>1.26.0.0</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -14,14 +14,16 @@
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)</description>
<summary>Wix# binaries containing experimental features (e.g. native WiX UI support).</summary>
<releaseNotes>WiX3-Release v1.25.3.0

Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- fixed an accidental recursion in `AsWixVarToPath`
- Issue #1490: Missing images in Managed WPF UI
- Updated WixSharp.wix.bin.3.14.1.nupkg</releaseNotes>
<releaseNotes>WiX3-Release v1.26.0.0
- #1638: Simplify Custom UI - removed Caliburn.Micro
- #1641: How to set or use Launchcondition Action in Wix#
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1604: Some strings in Dialogs from .wxl are not replaced in Custom WPF UI
- Issue #1561: ComponentIDs for files change depending on folder that source is built from.
- fixed problem with `SetShellSize` not setting the top level window size
- Added `CommonTasks.MapAsDeferredProperty` extension method
</releaseNotes>
<copyright>Copyright (C) 2008-2023 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# Scripting msi install setup</tags>
Expand All @@ -30,7 +32,7 @@ Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionali
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="WixSharp.bin" version="1.25.3.0" />
<dependency id="WixSharp.bin" version="1.26.0.0" />
</dependencies>
</metadata>
<files>
Expand Down
22 changes: 12 additions & 10 deletions Source/NuGet/WixSharp/WixSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WixSharp</id>
<version>1.25.3.0</version>
<version>1.26.0.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,19 +18,21 @@ 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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>WiX3-Release v1.25.3.0

Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- fixed an accidental recursion in `AsWixVarToPath`
- Issue #1490: Missing images in Managed WPF UI
- Updated WixSharp.wix.bin.3.14.1.nupkg</releaseNotes>
<releaseNotes>WiX3-Release v1.26.0.0
- #1638: Simplify Custom UI - removed Caliburn.Micro
- #1641: How to set or use Launchcondition Action in Wix#
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1613: Hidden child features in FeaturesDialog.UserSelectedItems
- #1604: Some strings in Dialogs from .wxl are not replaced in Custom WPF UI
- Issue #1561: ComponentIDs for files change depending on folder that source is built from.
- fixed problem with `SetShellSize` not setting the top level window size
- Added `CommonTasks.MapAsDeferredProperty` extension method
</releaseNotes>
<copyright>Copyright (C) 2008-2023 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.25.3.0" />
<dependency id="WixSharp.bin" version="1.26.0.0" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 5dc16ec

Please sign in to comment.