Skip to content

Commit

Permalink
Prepare version 1.0.1 for build release
Browse files Browse the repository at this point in the history
  • Loading branch information
bgiot committed Apr 27, 2018
1 parent 83f3cd9 commit 7743c9e
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.0.0" ?>
<?define ProductVersion="1.0.1" ?>
<?define ProductCompany = "Dot Consulting" ?>

<?define ProductUpgradeCode = "33333625-8562-4C5A-BD75-84FA45DDAAA8" ?>
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.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyInformationalVersion("1.0.1")]

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

0 comments on commit 7743c9e

Please sign in to comment.