From 13c2d6b92d535e0238e6b34e90860bc48cdb1c17 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Wed, 12 Aug 2020 18:26:57 +1000 Subject: [PATCH] 1.3.0 - various performance improvements - by default, lists and arrays are now collapsed, use the "v" button to expand them. - added error handling for a TypeLoadException which can happen with some generic types. --- src/CppExplorer.cs | 2 +- src_2018/CppExplorer.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CppExplorer.cs b/src/CppExplorer.cs index 23349a8..1f9b293 100644 --- a/src/CppExplorer.cs +++ b/src/CppExplorer.cs @@ -16,7 +16,7 @@ namespace Explorer public const string ID = "com.sinai.cppexplorer"; public const string NAME = "IL2CPP Runtime Explorer"; - public const string VERSION = "1.3.1"; + public const string VERSION = "1.3.0"; public const string AUTHOR = "Sinai"; // fields diff --git a/src_2018/CppExplorer.cs b/src_2018/CppExplorer.cs index 23349a8..1f9b293 100644 --- a/src_2018/CppExplorer.cs +++ b/src_2018/CppExplorer.cs @@ -16,7 +16,7 @@ namespace Explorer public const string ID = "com.sinai.cppexplorer"; public const string NAME = "IL2CPP Runtime Explorer"; - public const string VERSION = "1.3.1"; + public const string VERSION = "1.3.0"; public const string AUTHOR = "Sinai"; // fields