From b65a265cf67797125bfe329c6480e074fe7e4d66 Mon Sep 17 00:00:00 2001 From: Kaede Date: Thu, 9 May 2024 17:25:51 +0300 Subject: [PATCH] v2.12.6 --- Marsey/Config/MarseyVars.cs | 8 ++++---- global.json | 7 ------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 global.json diff --git a/Marsey/Config/MarseyVars.cs b/Marsey/Config/MarseyVars.cs index d3ec481..e3bcc42 100644 --- a/Marsey/Config/MarseyVars.cs +++ b/Marsey/Config/MarseyVars.cs @@ -13,13 +13,13 @@ public static class MarseyVars /// Due to the nature of how Marseyloader is compiled (its not) we cannot check its version /// Almost as if this variable is a consequence of having the project included rather than referenced /// - public static readonly Version MarseyVersion = new Version("2.12.5"); + public static readonly Version MarseyVersion = new Version("2.12.6"); /// /// Default MarseyAPI endpoint url /// public static readonly string MarseyApiEndpoint = "https://fujo.love/api/v1"; - + /// /// Namespace identifier for Harmony /// @@ -39,7 +39,7 @@ public static class MarseyVars /// Name of folder containing files used by Marsey /// public static readonly string MarseyFolder = "Marsey"; - + /// /// Folder containing mods /// @@ -56,7 +56,7 @@ public static class MarseyVars public static readonly string MarseyLoggerPrefix = "MARSEY"; public static readonly string MarseyLoggerFileName = "client.marsey.log"; - + /// /// Refuse to play on servers over or equal to this engine version if hidesey is disabled /// diff --git a/global.json b/global.json deleted file mode 100644 index dad2db5..0000000 --- a/global.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "sdk": { - "version": "8.0.0", - "rollForward": "latestMajor", - "allowPrerelease": true - } -} \ No newline at end of file