Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 44e57c3

Browse files
committed
Raise LangVersion to 9.0
1 parent 274352d commit 44e57c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/ExplorerCore.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ namespace UnityExplorer
1616
public static class ExplorerCore
1717
{
1818
public const string NAME = "UnityExplorer";
19-
public const string VERSION = "4.4.3";
19+
public const string VERSION = "4.4.4";
2020
public const string AUTHOR = "Sinai";
2121
public const string GUID = "com.sinai.unityexplorer";
2222

@@ -45,7 +45,7 @@ public static void Init(IExplorerLoader loader)
4545
RuntimeHelper.Init();
4646
ExplorerBehaviour.Setup();
4747

48-
UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new UniverseLib.Config.UUConfig
48+
UniverseLib.Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new()
4949
{
5050
Disable_EventSystem_Override = ConfigManager.Disable_EventSystem_Override.Value,
5151
Force_Unlock_Mouse = ConfigManager.Force_Unlock_Mouse.Value,

src/UnityExplorer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProjectGuid>{B21DBDE3-5D6F-4726-93AB-CC3CC68BAE7D}</ProjectGuid>
88
<OutputType>Library</OutputType>
9+
<LangVersion>9.0</LangVersion>
910
<AppDesignerFolder>Properties</AppDesignerFolder>
1011
<FileAlignment>512</FileAlignment>
1112
<Deterministic>true</Deterministic>

0 commit comments

Comments
 (0)