3.0.1: Update BepInEx build for 5.4.1, remove Test Class inspection on start, update libs, remove commented references

This commit is contained in:
sinaioutlander
2020-11-17 19:46:54 +11:00
parent 3494b043bc
commit 44ac4312e8
4 changed files with 3 additions and 90 deletions

View File

@ -14,7 +14,7 @@ namespace UnityExplorer
public class ExplorerCore
{
public const string NAME = "UnityExplorer";
public const string VERSION = "3.0.0";
public const string VERSION = "3.0.1";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.unityexplorer";
public const string EXPLORER_FOLDER = @"Mods\UnityExplorer";
@ -84,9 +84,6 @@ namespace UnityExplorer
{
UIManager.Init();
Log("Initialized UnityExplorer UI.");
// temp debug
InspectorManager.Instance.Inspect(Tests.TestClass.Instance);
}
catch (Exception e)
{