Skip to content

Commit

Permalink
WiX4 - Release v2.1.7.0
Browse files Browse the repository at this point in the history
- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
  • Loading branch information
oleg-shilo committed May 27, 2024
1 parent 0d731ff commit cc99093
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 64 deletions.
20 changes: 10 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>2.1.6.0</version>
<version>2.1.7.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,20 +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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Wix4: Release - v2.1.6.0
<releaseNotes>WiX4 - Release v2.1.7.0

- #1503: %AppData% folder no replace by path wix4
- #1493: Question : Make Wix# Wix Toolset v5 compatible
- #1491: How to set title and description for CustomDialogWith&lt;T&gt;
- #1310: Problem during dynamic localization
- Enhancement #1497: MSI language
- Improved algorithm for locating compatible version of installed WiX extension file.
- Added extension method for reading localized strings from wxl files: `product.LocalizationFile.GetLocalizedString("ProductName")`</releaseNotes>
Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
</releaseNotes>
<copyright>Copyright (C) 2008-2021 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="2.1.6.0" />
<dependency id="WixSharp.bin" version="2.1.7.0" />
<dependency id="Caliburn.Micro" version="4.0.212" />
</dependencies>
<references>
Expand Down
18 changes: 9 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/10/nuspec.xsd">
<metadata>
<id>WixSharp.bin</id>
<version>2.1.6.0</version>
<version>2.1.7.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,15 +16,15 @@ 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>Wix4: Release - v2.1.6.0
<releaseNotes>WiX4 - Release v2.1.7.0

- #1503: %AppData% folder no replace by path wix4
- #1493: Question : Make Wix# Wix Toolset v5 compatible
- #1491: How to set title and description for CustomDialogWith&lt;T&gt;
- #1310: Problem during dynamic localization
- Enhancement #1497: MSI language
- Improved algorithm for locating compatible version of installed WiX extension file.
- Added extension method for reading localized strings from wxl files: `product.LocalizationFile.GetLocalizedString("ProductName")`</releaseNotes>
Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
</releaseNotes>
<copyright>Copyright (C) 2008-2022 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
20 changes: 10 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>2.1.6.0</version>
<version>2.1.7.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,20 +18,20 @@ 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>Wix4: Release - v2.1.6.0
<releaseNotes>WiX4 - Release v2.1.7.0

- #1503: %AppData% folder no replace by path wix4
- #1493: Question : Make Wix# Wix Toolset v5 compatible
- #1491: How to set title and description for CustomDialogWith&lt;T&gt;
- #1310: Problem during dynamic localization
- Enhancement #1497: MSI language
- Improved algorithm for locating compatible version of installed WiX extension file.
- Added extension method for reading localized strings from wxl files: `product.LocalizationFile.GetLocalizedString("ProductName")`</releaseNotes>
Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
</releaseNotes>
<copyright>Copyright (C) 2008-2022 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="2.1.6.0" />
<dependency id="WixSharp.bin" version="2.1.7.0" />
</dependencies>
</metadata>
<files>
Expand Down
20 changes: 10 additions & 10 deletions Source/NuGet/WixSharp/WixSharp_wix4.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-wix4.WPF</id>
<version>2.1.6.0</version>
<version>2.1.7.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,20 +16,20 @@ The package contains Wix# binaries only.
In order to use this package you need have WiX Toolset installed: `dotnet tool install --global wix`
The package is tested against WIX (Windows Installer Xml) Toolset v4.0.1.0</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Wix4: Release - v2.1.6.0
<releaseNotes>WiX4 - Release v2.1.7.0

- #1503: %AppData% folder no replace by path wix4
- #1493: Question : Make Wix# Wix Toolset v5 compatible
- #1491: How to set title and description for CustomDialogWith&lt;T&gt;
- #1310: Problem during dynamic localization
- Enhancement #1497: MSI language
- Improved algorithm for locating compatible version of installed WiX extension file.
- Added extension method for reading localized strings from wxl files: `product.LocalizationFile.GetLocalizedString("ProductName")`</releaseNotes>
Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
</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_wix4.bin" version="2.1.6.0" />
<dependency id="WixSharp_wix4.bin" version="2.1.7.0" />
<dependency id="Caliburn.Micro" version="4.0.212" />
</dependencies>
<references>
Expand Down
18 changes: 9 additions & 9 deletions Source/NuGet/WixSharp/WixSharp_wix4.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/10/nuspec.xsd">
<metadata>
<id>WixSharp_wix4.bin</id>
<version>2.1.6.0</version>
<version>2.1.7.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,15 +16,15 @@ The package contains Wix# binaries only.
In order to use this package you need have WiX Toolset installed: `dotnet tool install --global wix`
The package is tested against WIX (Windows Installer Xml) Toolset v4.0.1.0</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Wix4: Release - v2.1.6.0
<releaseNotes>WiX4 - Release v2.1.7.0

- #1503: %AppData% folder no replace by path wix4
- #1493: Question : Make Wix# Wix Toolset v5 compatible
- #1491: How to set title and description for CustomDialogWith&lt;T&gt;
- #1310: Problem during dynamic localization
- Enhancement #1497: MSI language
- Improved algorithm for locating compatible version of installed WiX extension file.
- Added extension method for reading localized strings from wxl files: `product.LocalizationFile.GetLocalizedString("ProductName")`</releaseNotes>
Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
</releaseNotes>
<copyright>Copyright (C) 2008-2023 Oleg Shilo</copyright>
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
Expand Down
20 changes: 10 additions & 10 deletions Source/NuGet/WixSharp/WixSharp_wix4.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_wix4</id>
<version>2.1.6.0</version>
<version>2.1.7.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,20 +18,20 @@ 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: `dotnet tool install --global wix`
The package is tested against WIX (Windows Installer Xml) Toolset v4.0.1.0</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Wix4: Release - v2.1.6.0
<releaseNotes>WiX4 - Release v2.1.7.0

- #1503: %AppData% folder no replace by path wix4
- #1493: Question : Make Wix# Wix Toolset v5 compatible
- #1491: How to set title and description for CustomDialogWith&lt;T&gt;
- #1310: Problem during dynamic localization
- Enhancement #1497: MSI language
- Improved algorithm for locating compatible version of installed WiX extension file.
- Added extension method for reading localized strings from wxl files: `product.LocalizationFile.GetLocalizedString("ProductName")`</releaseNotes>
Special thanks to @geghamyan for contributing `Project.SignAllFiles` functionality.

- Added file signing functionality to project build process (`Project.SignAllFiles`).
- Added WiX5 new attributes (known at the time) for `FirewallException`'
- Issue #1533: Allow specifying the Group name when adding a FirewallException
- WixSharp.Core: Added EmbeddedUI sample solution
</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_wix4.bin" version="2.1.6.0" />
<dependency id="WixSharp_wix4.bin" version="2.1.7.0" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion Source/NuGet/WixSharp/publish.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set ver=2.1.5
set ver=2.1.6
dotnet nuget push WixSharp.Msi.Core.%ver%.nupkg -k %nugetkey% -s https://api.nuget.org/v3/index.json
dotnet nuget push WixSharp.Core.%ver%.nupkg -k %nugetkey% -s https://api.nuget.org/v3/index.json

Expand Down
2 changes: 1 addition & 1 deletion Source/NuGet/WixSharp/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ In order to build the packages execute the following steps:
```
Make sure you have CS-Script installed (e.g. from https://community.chocolatey.org/packages/cs-script)

- Execute build.cmd
- Execute build.WiX4.cmd

That's it.
4 changes: 3 additions & 1 deletion Source/src/NET-Core/WixSharp.Core/WixSharp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>2.1.6</PackageVersion>
<PackageVersion>2.1.7</PackageVersion>
<Title>WixSharp (.NET Core)</Title>
<Description>.NET Core edition of WixSharp package</Description>
<Copyright>Oleg Shilo</Copyright>
Expand Down Expand Up @@ -188,7 +188,9 @@
<Compile Include="..\..\WixSharp\User.cs" Link="User.cs" />
<Compile Include="..\..\WixSharp\Utilities\RegistryWOW6432.cs" Link="Utilities\RegistryWOW6432.cs" />
<Compile Include="..\..\WixSharp\Utilities\WixBinLocator.cs" Link="Utilities\WixBinLocator.cs" />
<Compile Include="..\..\WixSharp\Utilities\VerifyFileSignature.cs" Link="Utilities\VerifyFileSignature.cs" />
<Compile Include="..\..\WixSharp\Utils.cs" Link="Utils.cs" />
<Compile Include="..\..\WixSharp\ProjectFileSigner.cs" Link="ProjectFileSigner.cs" />
<Compile Include="..\..\WixSharp\VersionRange.cs" Link="VersionRange.cs" />
<Compile Include="..\..\WixSharp\WebSite.cs" Link="WebSite.cs" />
<Compile Include="..\..\WixSharp\WixEntity.cs" Link="WixEntity.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>

<PropertyGroup>
<PackageVersion>2.1.6</PackageVersion>
<PackageVersion>2.1.7</PackageVersion>
<Title>WixSharp (.NET Core)</Title>
<Description>.NET Core edition of WixSharp.Msi package</Description>
<Copyright>Oleg Shilo</Copyright>
Expand Down
4 changes: 2 additions & 2 deletions Source/src/WixSharp/Properties/AssemblyInfo.version.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.1.6.0")]
[assembly: AssemblyFileVersion("2.1.6.0")]
[assembly: AssemblyVersion("2.1.7.0")]
[assembly: AssemblyFileVersion("2.1.7.0")]

0 comments on commit cc99093

Please sign in to comment.