Version bump to 3.0.82.0 [TGSDeploy]

This commit is contained in:
Cyberboss
2017-06-10 14:24:50 -04:00
parent c4a3cd1ef3
commit c831ad084d
5 changed files with 263 additions and 263 deletions
+26 -26
View File
@@ -1,26 +1,26 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("TGStation Server Commandline")] [assembly: AssemblyTitle("TGStation Server Commandline")]
[assembly: AssemblyDescription("CLI for the TG Station Server Service")] [assembly: AssemblyDescription("CLI for the TG Station Server Service")]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from // to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type. // COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM // The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("9ad1f086-a83e-4d14-a844-58a9471106b6")] [assembly: Guid("9ad1f086-a83e-4d14-a844-58a9471106b6")]
// Version information for an assembly consists of the following four values: // Version information for an assembly consists of the following four values:
// //
// Major Version // Major Version
// Minor Version // Minor Version
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("3.0.81.0")] [assembly: AssemblyVersion("3.0.82.0")]
[assembly: AssemblyFileVersion("3.0.81.0")] [assembly: AssemblyFileVersion("3.0.82.0")]
+29 -29
View File
@@ -1,29 +1,29 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("TGStation Server Control Panel")] [assembly: AssemblyTitle("TGStation Server Control Panel")]
[assembly: AssemblyDescription("Control panel for the TG Station Server Service")] [assembly: AssemblyDescription("Control panel for the TG Station Server Service")]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from // to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type. // COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM // The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("394e7643-6b8c-416f-ab18-95ac12648cdc")] [assembly: Guid("394e7643-6b8c-416f-ab18-95ac12648cdc")]
// Version information for an assembly consists of the following four values: // Version information for an assembly consists of the following four values:
// //
// Major Version // Major Version
// Minor Version // Minor Version
// Build Number // Build Number
// Revision // Revision
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.81.0")] [assembly: AssemblyVersion("3.0.82.0")]
[assembly: AssemblyFileVersion("3.0.81.0")] [assembly: AssemblyFileVersion("3.0.82.0")]
+29 -29
View File
@@ -1,29 +1,29 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("TGStation Server Service")] [assembly: AssemblyTitle("TGStation Server Service")]
[assembly: AssemblyDescription("Server Service for running BYOND games")] [assembly: AssemblyDescription("Server Service for running BYOND games")]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from // to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type. // COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM // The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("f32eda25-0855-411c-af5e-f0d042917e2d")] [assembly: Guid("f32eda25-0855-411c-af5e-f0d042917e2d")]
// Version information for an assembly consists of the following four values: // Version information for an assembly consists of the following four values:
// //
// Major Version // Major Version
// Minor Version // Minor Version
// Build Number // Build Number
// Revision // Revision
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.81.0")] [assembly: AssemblyVersion("3.0.82.0")]
[assembly: AssemblyFileVersion("3.0.81.0")] [assembly: AssemblyFileVersion("3.0.82.0")]
+150 -150
View File
@@ -1,150 +1,150 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="TG Station Server" Language="1033" Version="3.0.81.0" Manufacturer="/tg/station 13" UpgradeCode="663badae-ddca-4aa9-8f3f-3b7b20332eac"> <Product Id="*" Name="TG Station Server" Language="1033" Version="3.0.82.0" Manufacturer="/tg/station 13" UpgradeCode="663badae-ddca-4aa9-8f3f-3b7b20332eac">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> <MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
<MediaTemplate /> <MediaTemplate />
<Feature Id="ProductFeature" Title="TGServiceInstaller" Level="1"> <Feature Id="ProductFeature" Title="TGServiceInstaller" Level="1">
<ComponentGroupRef Id="ProductComponents" /> <ComponentGroupRef Id="ProductComponents" />
<ComponentGroupRef Id="StartMenuShortcuts" /> <ComponentGroupRef Id="StartMenuShortcuts" />
<ComponentGroupRef Id="DesktopShortcuts" /> <ComponentGroupRef Id="DesktopShortcuts" />
<ComponentGroupRef Id="Gitx86Components" /> <ComponentGroupRef Id="Gitx86Components" />
<ComponentGroupRef Id="Gitx64Components" /> <ComponentGroupRef Id="Gitx64Components" />
</Feature> </Feature>
<Icon Id="tgs.ico" SourceFile="..\tgs.ico"/> <Icon Id="tgs.ico" SourceFile="..\tgs.ico"/>
<Property Id="ARPPRODUCTICON" Value="tgs.ico" /> <Property Id="ARPPRODUCTICON" Value="tgs.ico" />
<Property Id="INSTALLSHORTCUTDESK" /> <Property Id="INSTALLSHORTCUTDESK" />
</Product> </Product>
<Fragment> <Fragment>
<Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="ProgramFilesFolder"> <Directory Id="ProgramFilesFolder">
<Directory Id="INSTALLFOLDER" Name="TG Station Server"> <Directory Id="INSTALLFOLDER" Name="TG Station Server">
<Directory Id ="LibFolder" Name="lib"> <Directory Id ="LibFolder" Name="lib">
<Directory Id ="Win32Folder" Name="win32"> <Directory Id ="Win32Folder" Name="win32">
<Directory Id ="x86Folder" Name="x86" /> <Directory Id ="x86Folder" Name="x86" />
<Directory Id ="x64Folder" Name="x64" /> <Directory Id ="x64Folder" Name="x64" />
</Directory> </Directory>
</Directory> </Directory>
</Directory> </Directory>
</Directory> </Directory>
<Directory Id="DesktopFolder" Name="Desktop" /> <Directory Id="DesktopFolder" Name="Desktop" />
<Directory Id="ProgramMenuFolder" Name="StartMenuDir"> <Directory Id="ProgramMenuFolder" Name="StartMenuDir">
<Directory Id="ApplicationProgramsFolder" Name="TG Station Server"/> <Directory Id="ApplicationProgramsFolder" Name="TG Station Server"/>
</Directory> </Directory>
</Directory> </Directory>
</Fragment> </Fragment>
<Fragment> <Fragment>
<ComponentGroup Id="StartMenuShortcuts" Directory="ApplicationProgramsFolder"> <ComponentGroup Id="StartMenuShortcuts" Directory="ApplicationProgramsFolder">
<Component Id="StartMenuShortcut" Guid="685790d5-24ae-431b-8c5a-c71125e389d5"> <Component Id="StartMenuShortcut" Guid="685790d5-24ae-431b-8c5a-c71125e389d5">
<Shortcut Id="StartMenuShortcutCL" <Shortcut Id="StartMenuShortcutCL"
Name="TG Command Line" Name="TG Command Line"
Target="[#TGCommandLine.exe]" Target="[#TGCommandLine.exe]"
WorkingDirectory="APPLICATIONROOTDIRECTORY"/> WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
<Shortcut Id="StartMenuShortcutCP" <Shortcut Id="StartMenuShortcutCP"
Name="TG Control Panel" Name="TG Control Panel"
Target="[#TGControlPanel.exe]" Target="[#TGControlPanel.exe]"
WorkingDirectory="APPLICATIONROOTDIRECTORY"/> WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
<Shortcut Id="UninstallProduct" <Shortcut Id="UninstallProduct"
Name="Uninstall TG Station Server" Name="Uninstall TG Station Server"
Target="[SystemFolder]msiexec.exe" Target="[SystemFolder]msiexec.exe"
Arguments="/x [ProductCode]" Arguments="/x [ProductCode]"
Description="Uninstalls TG Station Server" /> Description="Uninstalls TG Station Server" />
<RemoveFolder Id="CleanUpSMShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/> <RemoveFolder Id="CleanUpSMShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="StartMenuShortcuts" Type="integer" Value="1" KeyPath="yes"/> <RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="StartMenuShortcuts" Type="integer" Value="1" KeyPath="yes"/>
</Component> </Component>
</ComponentGroup> </ComponentGroup>
<ComponentGroup Id="DesktopShortcuts" Directory="DesktopFolder"> <ComponentGroup Id="DesktopShortcuts" Directory="DesktopFolder">
<Component Id="DesktopShortcut" Guid="08950533-8264-4824-b7a5-8424c48375df"> <Component Id="DesktopShortcut" Guid="08950533-8264-4824-b7a5-8424c48375df">
<Shortcut Id="DesktopShortcutCL" <Shortcut Id="DesktopShortcutCL"
Name="TG Command Line" Name="TG Command Line"
Target="[#TGCommandLine.exe]" Target="[#TGCommandLine.exe]"
WorkingDirectory="APPLICATIONROOTDIRECTORY"/> WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
<Shortcut Id="DesktopShortcutCP" <Shortcut Id="DesktopShortcutCP"
Name="TG Control Panel" Name="TG Control Panel"
Target="[#TGControlPanel.exe]" Target="[#TGControlPanel.exe]"
WorkingDirectory="APPLICATIONROOTDIRECTORY"/> WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
<RemoveFolder Id="CleanUpDKShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/> <RemoveFolder Id="CleanUpDKShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/>
<RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="DesktopShortcuts" Type="integer" Value="1" KeyPath="yes"/> <RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="DesktopShortcuts" Type="integer" Value="1" KeyPath="yes"/>
</Component> </Component>
</ComponentGroup> </ComponentGroup>
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER"> <ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
<Component Id="TGCommandLine"> <Component Id="TGCommandLine">
<File Source="$(var.TGCommandLine.TargetPath)" /> <File Source="$(var.TGCommandLine.TargetPath)" />
<Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="no" Part="last" Action="set" System="yes" /> <Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="no" Part="last" Action="set" System="yes" />
</Component> </Component>
<Component Id="TGServerService"> <Component Id="TGServerService">
<File Source="$(var.TGServerService.TargetPath)" /> <File Source="$(var.TGServerService.TargetPath)" />
<ServiceInstall Id="ServiceInstaller" Type="ownProcess" <ServiceInstall Id="ServiceInstaller" Type="ownProcess"
Name="TG Station Server" Name="TG Station Server"
DisplayName="TG Station Server" DisplayName="TG Station Server"
Description="/tg/station Server Service" Description="/tg/station Server Service"
Start="auto" Start="auto"
Account="LocalSystem" Account="LocalSystem"
ErrorControl="normal" ErrorControl="normal"
/> />
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="TG Station Server" Wait="yes" /> <ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="TG Station Server" Wait="yes" />
</Component> </Component>
<Component Id="DiscordNet"> <Component Id="DiscordNet">
<File Source="$(var.TGServerService.TargetDir)/Discord.Net.dll" /> <File Source="$(var.TGServerService.TargetDir)/Discord.Net.dll" />
</Component> </Component>
<Component Id="LibGit2Sharp"> <Component Id="LibGit2Sharp">
<File Source="$(var.TGServerService.TargetDir)/LibGit2Sharp.dll" /> <File Source="$(var.TGServerService.TargetDir)/LibGit2Sharp.dll" />
</Component> </Component>
<Component Id="MeebeySmartIrc4net"> <Component Id="MeebeySmartIrc4net">
<File Source="$(var.TGServerService.TargetDir)/Meebey.SmartIrc4net.dll" /> <File Source="$(var.TGServerService.TargetDir)/Meebey.SmartIrc4net.dll" />
</Component> </Component>
<Component Id="NewtonsoftJson"> <Component Id="NewtonsoftJson">
<File Source="$(var.TGServerService.TargetDir)/Newtonsoft.Json.dll" /> <File Source="$(var.TGServerService.TargetDir)/Newtonsoft.Json.dll" />
</Component> </Component>
<Component Id="NitoAsyncConc"> <Component Id="NitoAsyncConc">
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Concurrent.dll" /> <File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Concurrent.dll" />
</Component> </Component>
<Component Id="NitoAsync"> <Component Id="NitoAsync">
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.dll" /> <File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.dll" />
</Component> </Component>
<Component Id="NitoAsyncEnlight"> <Component Id="NitoAsyncEnlight">
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Enlightenment.dll" /> <File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Enlightenment.dll" />
</Component> </Component>
<Component Id="RestSharp"> <Component Id="RestSharp">
<File Source="$(var.TGServerService.TargetDir)/RestSharp.dll" /> <File Source="$(var.TGServerService.TargetDir)/RestSharp.dll" />
</Component> </Component>
<Component Id="WebSock"> <Component Id="WebSock">
<File Source="$(var.TGServerService.TargetDir)/WebSocket4Net.dll" /> <File Source="$(var.TGServerService.TargetDir)/WebSocket4Net.dll" />
</Component> </Component>
<Component Id="TGControlPanel"> <Component Id="TGControlPanel">
<File Source="$(var.TGControlPanel.TargetPath)" KeyPath="yes" /> <File Source="$(var.TGControlPanel.TargetPath)" KeyPath="yes" />
</Component> </Component>
<Component Id="TGServiceInterface"> <Component Id="TGServiceInterface">
<File Source="$(var.TGServiceInterface.TargetPath)" /> <File Source="$(var.TGServiceInterface.TargetPath)" />
</Component> </Component>
</ComponentGroup> </ComponentGroup>
<ComponentGroup Id="Gitx86Components" Directory="x86Folder"> <ComponentGroup Id="Gitx86Components" Directory="x86Folder">
<Component Id="LibGit2Sharpx86"> <Component Id="LibGit2Sharpx86">
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\git2-ssh-baa87df.dll" Id="LibGit2Sharpx86dll"/> <File Source="$(var.TGServerService.TargetDir)lib\win32\x86\git2-ssh-baa87df.dll" Id="LibGit2Sharpx86dll"/>
</Component> </Component>
<Component Id="LibGit2Sharpx86SSH"> <Component Id="LibGit2Sharpx86SSH">
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\libssh2.dll" Id="LibGit2Sharpx86SSHdll"/> <File Source="$(var.TGServerService.TargetDir)lib\win32\x86\libssh2.dll" Id="LibGit2Sharpx86SSHdll"/>
</Component> </Component>
<Component Id="LibGit2Sharpx86Z"> <Component Id="LibGit2Sharpx86Z">
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\zlib.dll" Id="LibGit2Sharpx86Zdll"/> <File Source="$(var.TGServerService.TargetDir)lib\win32\x86\zlib.dll" Id="LibGit2Sharpx86Zdll"/>
</Component> </Component>
</ComponentGroup> </ComponentGroup>
<ComponentGroup Id="Gitx64Components" Directory="x64Folder"> <ComponentGroup Id="Gitx64Components" Directory="x64Folder">
<Component Id="LibGit2Sharpx64"> <Component Id="LibGit2Sharpx64">
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\git2-ssh-baa87df.dll" Id="LibGit2Sharpx64dll" /> <File Source="$(var.TGServerService.TargetDir)lib\win32\x64\git2-ssh-baa87df.dll" Id="LibGit2Sharpx64dll" />
</Component> </Component>
<Component Id="LibGit2Sharpx64SSH"> <Component Id="LibGit2Sharpx64SSH">
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\libssh2.dll" Id="LibGit2Sharpx64SSHdll"/> <File Source="$(var.TGServerService.TargetDir)lib\win32\x64\libssh2.dll" Id="LibGit2Sharpx64SSHdll"/>
</Component> </Component>
<Component Id="LibGit2Sharpx64Z"> <Component Id="LibGit2Sharpx64Z">
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\zlib.dll" Id="LibGit2Sharpx64Zdll"/> <File Source="$(var.TGServerService.TargetDir)lib\win32\x64\zlib.dll" Id="LibGit2Sharpx64Zdll"/>
</Component> </Component>
</ComponentGroup> </ComponentGroup>
</Fragment> </Fragment>
</Wix> </Wix>
+29 -29
View File
@@ -1,29 +1,29 @@
using System.Reflection; using System.Reflection;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following // General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information // set of attributes. Change these attribute values to modify the information
// associated with an assembly. // associated with an assembly.
[assembly: AssemblyTitle("TGStation Server Service Interface")] [assembly: AssemblyTitle("TGStation Server Service Interface")]
[assembly: AssemblyDescription("Used by user programs to access the TGStation Server Service")] [assembly: AssemblyDescription("Used by user programs to access the TGStation Server Service")]
// Setting ComVisible to false makes the types in this assembly not visible // Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from // to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type. // COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)] [assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM // The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("ac4e7e8b-f83a-481c-a8b0-8fa4e8ae59ab")] [assembly: Guid("ac4e7e8b-f83a-481c-a8b0-8fa4e8ae59ab")]
// Version information for an assembly consists of the following four values: // Version information for an assembly consists of the following four values:
// //
// Major Version // Major Version
// Minor Version // Minor Version
// Build Number // Build Number
// Revision // Revision
// //
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.0.81.0")] [assembly: AssemblyVersion("3.0.82.0")]
[assembly: AssemblyFileVersion("3.0.81.0")] [assembly: AssemblyFileVersion("3.0.82.0")]