Skip to content

Commit

Permalink
Release v1.6.4.2-HotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Apr 17, 2018
1 parent faea353 commit b892b98
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
8 changes: 5 additions & 3 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>1.6.4.1</version>
<version>1.6.4.2</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,10 +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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.6.4.1
<releaseNotes>Release v1.6.4.2-HotFix

-----

v1.6.4.2
* Issue #344: Duplicate symbol 'Directory:ProgramFilesFolder' found
v1.6.4.1
* Updated all IGenericEntity implementations to support 'no-directory' deployments
* Removed all references to the obsolete `IncludeWixExtension`
* Implemented clean algorithm for handling no-dir scenarios without resorting to the `%ProgramFiles%\WixSharp\DummyDir`.
Expand Down
10 changes: 6 additions & 4 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.6.4.1</version>
<version>1.6.4.2</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -14,10 +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)</description>
<summary>Wix# binaries containing experimental features (e.g. native WiX UI support).</summary>
<releaseNotes>Release v1.6.4.1
<releaseNotes>Release v1.6.4.2-HotFix

-----

v1.6.4.2
* Issue #344: Duplicate symbol 'Directory:ProgramFilesFolder' found
v1.6.4.1
* Updated all IGenericEntity implementations to support 'no-directory' deployments
* Removed all references to the obsolete `IncludeWixExtension`
* Implemented clean algorithm for handling no-dir scenarios without resorting to the `%ProgramFiles%\WixSharp\DummyDir`.
Expand All @@ -35,7 +37,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2
<frameworkAssembly assemblyName="System.Drawing" targetFramework="" />
</frameworkAssemblies>
<dependencies>
<dependency id="WixSharp.bin" version="1.6.4.1" />
<dependency id="WixSharp.bin" version="1.6.4.2" />
</dependencies>
</metadata>
<files>
Expand Down
10 changes: 6 additions & 4 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.6.4.1</version>
<version>1.6.4.2</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,10 +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)</description>
<summary>Wix# (WixSharp) - Binaries</summary>
<releaseNotes>Release v1.6.4.1
<releaseNotes>Release v1.6.4.2-HotFix

-----

v1.6.4.2
* Issue #344: Duplicate symbol 'Directory:ProgramFilesFolder' found
v1.6.4.1
* Updated all IGenericEntity implementations to support 'no-directory' deployments
* Removed all references to the obsolete `IncludeWixExtension`
* Implemented clean algorithm for handling no-dir scenarios without resorting to the `%ProgramFiles%\WixSharp\DummyDir`.
Expand All @@ -35,7 +37,7 @@ The package is tested against WIX (Windows Installer Xml) Toolset v3.10 (v3.10.2
<language>en-AU</language>
<tags>C# scripting msi install setup wix</tags>
<dependencies>
<dependency id="WixSharp.bin" version="1.6.4.1" />
<dependency id="WixSharp.bin" version="1.6.4.2" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit b892b98

Please sign in to comment.