Skip to content

Commit

Permalink
Release v1.13.2.0
Browse files Browse the repository at this point in the history
- Issue #750: MigrateFeatures not behaving as expected
- Issue #756: Fix Extensions.SaveBinary
- Issue #748: error for FirewallException
- Issue #758: PVS-Studio report
- Issue #756: Fix Extensions.Combine(this List<>, List<>)
- Added fallback language setting to demonstrate safe localization technique in the 'Firewall Exception' sample.
- Add Interface element for COM registration
- Added extra content to the `SetupArgs.Data` documentation.
  • Loading branch information
lbs-contributor committed Nov 1, 2019
1 parent 0463679 commit a0c3ad5
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 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.13.1.0</version>
<version>1.13.2.0</version>
<title>Wix# (WixSharp) - Binaries</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -16,7 +16,7 @@ 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.13.1.0
<releaseNotes>Release v1.13.2.0
- Issue #750: MigrateFeatures not behaving as expected
- Issue #756: Fix Extensions.SaveBinary
- Issue #748: error for FirewallException
Expand Down
6 changes: 3 additions & 3 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.13.1.0</version>
<version>1.13.2.0</version>
<title>Wix# (WixSharp) - Experimantal features</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -14,7 +14,7 @@
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.13.1.0
<releaseNotes>Release v1.13.2.0
- Issue #750: MigrateFeatures not behaving as expected
- Issue #756: Fix Extensions.SaveBinary
- Issue #748: error for FirewallException
Expand All @@ -31,7 +31,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.13.1.0" />
<dependency id="WixSharp.bin" version="1.13.2.0" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 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.13.1.0</version>
<version>1.13.2.0</version>
<title>Wix# (WixSharp) - managed interface for WiX</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -18,7 +18,7 @@ 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.13.1.0
<releaseNotes>Release v1.13.2.0
- Issue #750: MigrateFeatures not behaving as expected
- Issue #756: Fix Extensions.SaveBinary
- Issue #748: error for FirewallException
Expand All @@ -31,7 +31,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.13.1.0" />
<dependency id="WixSharp.bin" version="1.13.2.0" />
</dependencies>
</metadata>
<files>
Expand Down
Binary file modified Source/src/WixSharp.Samples/WixSharp.Lab.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.Msi.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.UI.dll
Binary file not shown.
Binary file modified Source/src/WixSharp.Samples/WixSharp.dll
Binary file not shown.

0 comments on commit a0c3ad5

Please sign in to comment.