From 46032d4917b9811f7a96880b265c49d7f881374a Mon Sep 17 00:00:00 2001 From: Abbysssal Date: Sun, 24 Jul 2022 20:55:17 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v3.6.0-rc.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- RogueLibsCore/RogueLibs.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 67410fdd0..582a71bd7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 3.5.2 + 3.6.0-rc.0 enable diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index e29bd23af..c050e5da4 100644 --- a/RogueLibsCore/RogueLibs.cs +++ b/RogueLibsCore/RogueLibs.cs @@ -31,15 +31,15 @@ static RogueLibs() /// public const string Name = "RogueLibsCore"; - internal const string AssemblyVersion = "3.5.2.0"; + internal const string AssemblyVersion = "3.6.0.0"; /// /// Version of RogueLibs that the current assembly is compiled with. /// - public const string CompiledVersion = "3.5.2"; + public const string CompiledVersion = "3.6.0"; /// /// Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin. /// - public const string CompiledSemanticVersion = "3.5.2"; + public const string CompiledSemanticVersion = "3.6.0-rc.0"; /// /// Currently installed and running version of RogueLibs. ///