Skip to content

Commit

Permalink
bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiot committed Jun 23, 2022
1 parent 14d769e commit b31dbd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Dotc.MQExplorerPlus.Setup/Variables.wxi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Include>
<?define ProductName = "MQ Explorer Plus" ?>
<?define ProductVersion="1.1.1" ?>
<?define ProductVersion="1.1.2" ?>
<?define ProductCompany = "Dot Consulting" ?>

<!--<?define ProductUpgradeCode = "C81D82AC-4F97-4212-8133-10CD5B4DACF9" ?> Beta -->
Expand Down
4 changes: 2 additions & 2 deletions src/MQAssemblyInfo.Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Resources;

[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1")]
[assembly: AssemblyInformationalVersion("1.1.1")]
[assembly: AssemblyFileVersion("1.1.2")]
[assembly: AssemblyInformationalVersion("1.1.2")]

[assembly: CLSCompliant(false)]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit b31dbd8

Please sign in to comment.