From 8fbdbc24d3032ff2078ae767d48573a9b0be50cd Mon Sep 17 00:00:00 2001 From: Gilles <43683714+corp-0@users.noreply.github.com> Date: Sat, 11 Dec 2021 15:33:47 -0300 Subject: [PATCH] chore: bumped version in preparation for next release (#135) * chore: bumped version in preparation for next release * trigger codacy * Update UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml * Update UnitystationLauncher/Models/ConfigFile/Config.cs --- .../Assets/org.unitystation.StationHub.metainfo.xml | 6 ++++++ UnitystationLauncher/Models/ConfigFile/Config.cs | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml index fec07e38..eab1a52e 100644 --- a/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml +++ b/UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml @@ -52,5 +52,11 @@

Stationhub is now under the MIT license. Pinging in sandbox has been fixed.

+ + +

Added server validation logic that will hide servers who don't host their downloads in our CDN for security purposes.

+

StationHub got a face lifting with some first iterations of future features!.

+
+
diff --git a/UnitystationLauncher/Models/ConfigFile/Config.cs b/UnitystationLauncher/Models/ConfigFile/Config.cs index 8146f49e..3e9bf73d 100644 --- a/UnitystationLauncher/Models/ConfigFile/Config.cs +++ b/UnitystationLauncher/Models/ConfigFile/Config.cs @@ -10,8 +10,8 @@ namespace UnitystationLauncher.Models.ConfigFile { public class Config : IDisposable { - //Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/StationHub.metainfo.xml for Linux software stores. Thank you. - public const int CurrentBuild = 929; + //Whenever you change the currentBuild here, please also update the one in UnitystationLauncher/Assets/org.unitystation.StationHub.metainfo.xml for Linux software stores. Thank you. + public const int CurrentBuild = 930; //file names private const string WinExeName = "StationHub.exe";