Skip to content

Commit

Permalink
Version bump to 3.0.85.2 [TGSDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jun 23, 2017
1 parent f76973f commit e9c3983
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions TGCommandLine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.0.85.1")]
[assembly: AssemblyFileVersion("3.0.85.1")]
[assembly: AssemblyVersion("3.0.85.2")]
[assembly: AssemblyFileVersion("3.0.85.2")]
4 changes: 2 additions & 2 deletions TGControlPanel/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("3.0.85.1")]
[assembly: AssemblyFileVersion("3.0.85.1")]
[assembly: AssemblyVersion("3.0.85.2")]
[assembly: AssemblyFileVersion("3.0.85.2")]
4 changes: 2 additions & 2 deletions TGInstallerWrapper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("3.0.85.1")]
[assembly: AssemblyFileVersion("3.0.85.1")]
[assembly: AssemblyVersion("3.0.85.2")]
[assembly: AssemblyFileVersion("3.0.85.2")]
4 changes: 2 additions & 2 deletions TGServerService/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("3.0.85.1")]
[assembly: AssemblyFileVersion("3.0.85.1")]
[assembly: AssemblyVersion("3.0.85.2")]
[assembly: AssemblyFileVersion("3.0.85.2")]
2 changes: 1 addition & 1 deletion TGServiceInstaller/Product.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="TG Station Server" Language="1033" Version="3.0.85.1" Manufacturer="/tg/station 13" UpgradeCode="663badae-ddca-4aa9-8f3f-3b7b20332eac">
<Product Id="*" Name="TG Station Server" Language="1033" Version="3.0.85.2" Manufacturer="/tg/station 13" UpgradeCode="663badae-ddca-4aa9-8f3f-3b7b20332eac">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />

<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
Expand Down
4 changes: 2 additions & 2 deletions TGServiceInterface/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,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("3.0.85.1")]
[assembly: AssemblyFileVersion("3.0.85.1")]
[assembly: AssemblyVersion("3.0.85.2")]
[assembly: AssemblyFileVersion("3.0.85.2")]

0 comments on commit e9c3983

Please sign in to comment.