Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
r-smith committed Jan 16, 2023
1 parent c9050d6 commit 3694983
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions tcpTrigger.Manager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
4 changes: 2 additions & 2 deletions tcpTrigger.Monitor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
8 changes: 4 additions & 4 deletions tcpTrigger.Setup/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<?define ProductName = "tcpTrigger" ?>
<?define ProductManufacturer = "Ryan Smith" ?>
<?define ProductVersion = "1.3.3" ?>
<?define ProductVersion = "1.3.4" ?>

<!-- Starting with tcpTrigger version 1.3.0: -->
<!-- A new 64-bit MSI installer is introduced. Prior installers for tcpTrigger were 32-bit only. -->
Expand All @@ -19,13 +19,13 @@
<!-- -->
<!-- ************************************************************************************* -->
<?if $(var.Platform) = x64 ?>
<?define ProductId = "{A7D13D21-8909-4EBA-B7EE-A82925595668}" ?>
<?define ProductId = "{63FFA2A6-D4BC-4956-9F38-44DC7512ADB6}" ?>
<?define ProductUpgradeCode = "{68A80CF7-645A-48A6-9B13-BE7D639D519B}" ?>
<?define Win64 = "yes" ?>
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?>
<?define ProductDisplayName = "$(var.ProductName)" ?>
<?else ?>
<?define ProductId = "{D9A1FC30-845A-4A63-AE7C-5D3EB2E0C3B5}"?>
<?define ProductId = "{3E9BD988-E677-486E-91FA-D8819612DCB0}"?>
<?define ProductUpgradeCode = "{7FEBF1AD-0417-4A10-A6EF-8046C5BBB8EB}" ?>
<?define Win64 = "no" ?>
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
Expand Down Expand Up @@ -88,7 +88,7 @@
<!-- References for detecting .NET Framework installation directories (Defined by WixNetFxExtension) -->
<PropertyRef Id="NETFRAMEWORK40FULLINSTALLROOTDIR"/>
<PropertyRef Id="NETFRAMEWORK40FULLINSTALLROOTDIR64"/>

<!-- Reference for OSInfo well-known SID for Local Service account -->
<PropertyRef Id="WIX_ACCOUNT_LOCALSERVICE"/>

Expand Down
4 changes: 2 additions & 2 deletions tcpTrigger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]

0 comments on commit 3694983

Please sign in to comment.