diff --git a/Source/Editor/TestRunner.cs b/Source/Editor/SimpleUnitTesting.cs similarity index 98% rename from Source/Editor/TestRunner.cs rename to Source/Editor/SimpleUnitTesting.cs index 404af29..a5e23e9 100644 --- a/Source/Editor/TestRunner.cs +++ b/Source/Editor/SimpleUnitTesting.cs @@ -9,7 +9,7 @@ namespace FlaxCommunity.UnitTesting.Editor { - public class TestRunner : EditorPlugin + public class SimpleUnitTesting : EditorPlugin { private static readonly List _suites = new List(); private MainMenuButton _mmBtn; @@ -24,7 +24,7 @@ public class TestRunner : EditorPlugin IsBeta = false, Name = "Simple Unit Testing", SupportedPlatforms = new PlatformType[] { PlatformType.Windows }, - Version = new Version(1, 1), + Version = new Version(1, 2), RepositoryUrl = "https://github.com/FlaxCommunityProjects/FlaxUnitTesting" }; diff --git a/UnitTests.Editor.csproj b/UnitTests.Editor.csproj index 95160aa..5983c36 100644 --- a/UnitTests.Editor.csproj +++ b/UnitTests.Editor.csproj @@ -61,9 +61,9 @@ + - \ No newline at end of file