Skip to content

Commit

Permalink
wix4: Issue #1606: Incorrect FirewallException.IcmpTypesAndCodes prop…
Browse files Browse the repository at this point in the history
…erty type
  • Loading branch information
oleg-shilo committed Aug 10, 2024
1 parent 6be8a97 commit 6fd03cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Script
{
static public void Main()
{
// set Wix 5.0 as a default WiX Toolset version // set Wix 5.0 as a default WiX Toolset version
// set Wix 5.0 as a default WiX Toolset version
WixTools.SetWixVersion(Environment.CurrentDirectory, "5.0.0");

var project =
Expand Down
2 changes: 1 addition & 1 deletion Source/src/WixSharp/FirewallException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public class FirewallException : WixEntity, IGenericEntity
/// ICMP types and codes for the firewall exception.
/// </summary>
[Xml]
public bool IcmpTypesAndCodes;
public string IcmpTypesAndCodes;

/// <summary>
/// Interface for the firewall exception.
Expand Down

0 comments on commit 6fd03cd

Please sign in to comment.