Skip to content

Commit

Permalink
- Reverted some "Issue #758" invalid change
Browse files Browse the repository at this point in the history
  • Loading branch information
lbs-contributor committed Nov 1, 2019
1 parent 76451f8 commit 0463679
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
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.
2 changes: 1 addition & 1 deletion Source/src/WixSharp.Samples/WixSharp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15617,7 +15617,7 @@
</remarks>
</summary>
</member>
<member name="P:WixSharp.Project.ControlPanelInfo">
<member name="F:WixSharp.Project.ControlPanelInfo">
<summary>
Set of values in 'Add/Remove Programs' of Control Panel.
</summary>
Expand Down
2 changes: 1 addition & 1 deletion Source/src/WixSharp/Project.cs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ internal void ResetAutoIdGeneration(bool supressWarning)
/// <summary>
/// Set of values in 'Add/Remove Programs' of Control Panel.
/// </summary>
public ProductInfo ControlPanelInfo => new ProductInfo();
public ProductInfo ControlPanelInfo = new ProductInfo();

/// <summary>
/// Provides fine control over rebooting at the end of installation.
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("1.13.1.0")]
[assembly: AssemblyFileVersion("1.13.1.0")]
[assembly: AssemblyVersion("1.13.2.0")]
[assembly: AssemblyFileVersion("1.13.2.0")]

0 comments on commit 0463679

Please sign in to comment.