From 44e57c32c376c2cb62f24f4490d8637c202bdb91 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Sat, 8 Jan 2022 17:56:33 +1100 Subject: [PATCH] Raise LangVersion to 9.0 --- src/ExplorerCore.cs | 4 ++-- src/UnityExplorer.csproj | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 4e75ab7..e82a143 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -16,7 +16,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.4.3"; + public const string VERSION = "4.4.4"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer"; @@ -45,7 +45,7 @@ namespace UnityExplorer RuntimeHelper.Init(); ExplorerBehaviour.Setup(); - UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new UniverseLib.Config.UUConfig + UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new() { Disable_EventSystem_Override = ConfigManager.Disable_EventSystem_Override.Value, Force_Unlock_Mouse = ConfigManager.Force_Unlock_Mouse.Value, diff --git a/src/UnityExplorer.csproj b/src/UnityExplorer.csproj index e1eb456..df4b45a 100644 --- a/src/UnityExplorer.csproj +++ b/src/UnityExplorer.csproj @@ -6,6 +6,7 @@ AnyCPU {B21DBDE3-5D6F-4726-93AB-CC3CC68BAE7D} Library + 9.0 Properties 512 true