Skip to content

Commit f8cdc06

Browse files
Release v1.14.2.0
* Fix collision possibility for GetHashCode32(): use (uint) instead of Math.Abs() * Issue oleg-shilo#786: NullReferenceException on FindClientAssemblyInCallStack * Dynamic Localization - bootstrapper support * Modified `Compiler.BuildMsi(string path)` to return potentially modified input path
1 parent 27d1316 commit f8cdc06

File tree

9 files changed

+65
-16
lines changed

9 files changed

+65
-16
lines changed

Source/NuGet/WixSharp/WixSharp.bin.nuspec

+9-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>WixSharp.bin</id>
5-
<version>1.14.1.0</version>
5+
<version>1.14.2.0</version>
66
<title>Wix# (WixSharp) - Binaries</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -16,9 +16,14 @@ The package contains Wix# binaries only.
1616
In order to use this package you need have WiX Toolset installed.
1717
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
1818
<summary>Wix# (WixSharp) - Binaries</summary>
19-
<releaseNotes>Release v1.14.1.0
20-
* Issue #784: WixSharp Managed Setup - Custom UI - FeaturesDialog does not propagate user selection
21-
* Issue #783: Temporary Files Not Deleted After Successful Build</releaseNotes>
19+
<releaseNotes>Release v1.14.2.0
20+
* Fix collision possibility for GetHashCode32(): use (uint) instead of Math.Abs()
21+
* Issue #786: NullReferenceException on FindClientAssemblyInCallStack
22+
* Dynamic Localization - bootstrapper support
23+
* Modified `Compiler.BuildMsi(string path)` to return potentially modified input path
24+
25+
26+
</releaseNotes>
2227
<copyright>Copyright (C) 2008-2019 Oleg Shilo</copyright>
2328
<language>en-AU</language>
2429
<tags>C# scripting msi install setup wix</tags>

Source/NuGet/WixSharp/WixSharp.lab.nuspec

+10-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>WixSharp.Lab</id>
5-
<version>1.14.1.0</version>
5+
<version>1.14.2.0</version>
66
<title>Wix# (WixSharp) - Experimantal features</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -14,9 +14,14 @@
1414
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.
1515
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
1616
<summary>Wix# binaries containing experimental features (e.g. native WiX UI support).</summary>
17-
<releaseNotes>Release v1.14.1.0
18-
* Issue #784: WixSharp Managed Setup - Custom UI - FeaturesDialog does not propagate user selection
19-
* Issue #783: Temporary Files Not Deleted After Successful Build</releaseNotes>
17+
<releaseNotes>Release v1.14.2.0
18+
* Fix collision possibility for GetHashCode32(): use (uint) instead of Math.Abs()
19+
* Issue #786: NullReferenceException on FindClientAssemblyInCallStack
20+
* Dynamic Localization - bootstrapper support
21+
* Modified `Compiler.BuildMsi(string path)` to return potentially modified input path
22+
23+
24+
</releaseNotes>
2025
<copyright>Copyright (C) 2008-2019 Oleg Shilo</copyright>
2126
<language>en-AU</language>
2227
<tags>C# Scripting msi install setup</tags>
@@ -25,7 +30,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2
2530
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
2631
</frameworkAssemblies>
2732
<dependencies>
28-
<dependency id="WixSharp.bin" version="1.14.1.0" />
33+
<dependency id="WixSharp.bin" version="1.14.2.0" />
2934
</dependencies>
3035
</metadata>
3136
<files>

Source/NuGet/WixSharp/WixSharp.nuspec

+10-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>WixSharp</id>
5-
<version>1.14.1.0</version>
5+
<version>1.14.2.0</version>
66
<title>Wix# (WixSharp) - managed interface for WiX</title>
77
<authors>Oleg Shilo</authors>
88
<owners>Oleg Shilo</owners>
@@ -18,14 +18,19 @@ If you need only Wix# binaries you may want to use WixSharp.bin package instead.
1818
In order to use this package you need have WiX Toolset installed.
1919
The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2103.0)</description>
2020
<summary>Wix# (WixSharp) - Binaries</summary>
21-
<releaseNotes>Release v1.14.1.0
22-
* Issue #784: WixSharp Managed Setup - Custom UI - FeaturesDialog does not propagate user selection
23-
* Issue #783: Temporary Files Not Deleted After Successful Build</releaseNotes>
21+
<releaseNotes>Release v1.14.2.0
22+
* Fix collision possibility for GetHashCode32(): use (uint) instead of Math.Abs()
23+
* Issue #786: NullReferenceException on FindClientAssemblyInCallStack
24+
* Dynamic Localization - bootstrapper support
25+
* Modified `Compiler.BuildMsi(string path)` to return potentially modified input path
26+
27+
28+
</releaseNotes>
2429
<copyright>Copyright (C) 2008-2019 Oleg Shilo</copyright>
2530
<language>en-AU</language>
2631
<tags>C# scripting msi install setup wix</tags>
2732
<dependencies>
28-
<dependency id="WixSharp.bin" version="1.14.1.0" />
33+
<dependency id="WixSharp.bin" version="1.14.2.0" />
2934
</dependencies>
3035
</metadata>
3136
<files>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-6 KB
Binary file not shown.
-25 KB
Binary file not shown.

Source/src/WixSharp.Samples/WixSharp.xml

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Source/src/WixSharp/Properties/AssemblyInfo.version.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
// Build Number
88
// Revision
99
//
10-
[assembly: AssemblyVersion("1.14.1.0")]
11-
[assembly: AssemblyFileVersion("1.14.1.0")]
10+
[assembly: AssemblyVersion("1.14.2.0")]
11+
[assembly: AssemblyFileVersion("1.14.2.0")]

0 commit comments

Comments
 (0)