From 7f7cb00e404190cfc5f550e829efe540fc1cccf7 Mon Sep 17 00:00:00 2001 From: Terminator_97 <50580453+francesco132@users.noreply.github.com> Date: Sat, 24 Oct 2020 17:34:01 +0200 Subject: [PATCH] 2.3.6 --- SCPUtils/Plugin.cs | 6 +++--- SCPUtils/Properties/AssemblyInfo.cs | 6 +++--- SCPUtils/SCPUtils.csproj | 33 +++++++++++++---------------- SCPUtils/packages.config | 2 +- 4 files changed, 22 insertions(+), 25 deletions(-) diff --git a/SCPUtils/Plugin.cs b/SCPUtils/Plugin.cs index 9c9099e..7fb5e63 100644 --- a/SCPUtils/Plugin.cs +++ b/SCPUtils/Plugin.cs @@ -14,11 +14,11 @@ public class ScpUtils : Features.Plugin { private static readonly Lazy LazyInstance = new Lazy(() => new ScpUtils()); public static ScpUtils StaticInstance => LazyInstance.Value; - public static string pluginVersion = "2.3.5"; + public static string pluginVersion = "2.3.6"; public override string Author { get; } = "Terminator_9#0507"; public override string Name { get; } = "SCPUtils"; - public override Version Version { get; } = new Version(2, 3, 5); - public override Version RequiredExiledVersion { get; } = new Version(2, 1, 7); + public override Version Version { get; } = new Version(2, 3, 6); + public override Version RequiredExiledVersion { get; } = new Version(2, 1, 8); public EventHandlers EventHandlers { get; private set; } public Functions Functions { get; private set; } public Player Player { get; private set; } diff --git a/SCPUtils/Properties/AssemblyInfo.cs b/SCPUtils/Properties/AssemblyInfo.cs index b0d2892..dfcd43f 100644 --- a/SCPUtils/Properties/AssemblyInfo.cs +++ b/SCPUtils/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SCPUtils")] -[assembly: AssemblyDescription("SCPUtils 2.3.5")] +[assembly: AssemblyDescription("SCPUtils 2.3.6")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SCPUtils")] @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.3.5.0")] -[assembly: AssemblyFileVersion("2.3.5.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.6.0")] +[assembly: AssemblyFileVersion("2.3.6.0")] \ No newline at end of file diff --git a/SCPUtils/SCPUtils.csproj b/SCPUtils/SCPUtils.csproj index c6b01ce..92f1e7c 100644 --- a/SCPUtils/SCPUtils.csproj +++ b/SCPUtils/SCPUtils.csproj @@ -39,7 +39,7 @@ False - ..\..\..\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp-firstpass.dll + ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Assembly-CSharp-firstpass.dll False @@ -47,33 +47,30 @@ False - ..\..\..\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\CommandSystem.Core.dll + ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\CommandSystem.Core.dll - + False - ..\..\..\..\..\ExiledNew\Exiled2\EXILED\Plugins\dependencies\Exiled.API.dll + ..\..\..\..\..\NewExiled\Exiled\EXILED\Plugins\dependencies\Exiled.API.dll - + False - ..\..\..\..\..\ExiledNew\Exiled2\EXILED\Plugins\Exiled.Events.dll + ..\..\..\..\..\NewExiled\Exiled\EXILED\Plugins\Exiled.Events.dll - + False - ..\..\..\..\..\ExiledNew\Exiled2\EXILED\Exiled.Loader.dll + ..\..\..\..\..\NewExiled\Exiled\EXILED\Exiled.Loader.dll - + False - ..\..\..\..\..\ExiledNew\Exiled2\EXILED\Plugins\Exiled.Permissions.dll + ..\..\..\..\..\NewExiled\Exiled\EXILED\Plugins\Exiled.Permissions.dll - - ..\..\..\..\..\ExiledNew\Exiled2\EXILED\Plugins\Exiled.Updater.dll - - - ..\packages\LiteDB.5.0.8\lib\net45\LiteDB.dll + + ..\packages\LiteDB.5.0.9\lib\net45\LiteDB.dll False - ..\..\..\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll + ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\Mirror.dll @@ -82,11 +79,11 @@ False - ..\..\..\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.dll + ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.dll False - ..\..\..\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.CoreModule.dll + ..\..\..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\SCP Secret Laboratory Dedicated Server\SCPSL_Data\Managed\UnityEngine.CoreModule.dll False diff --git a/SCPUtils/packages.config b/SCPUtils/packages.config index e1d216a..b20a045 100644 --- a/SCPUtils/packages.config +++ b/SCPUtils/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file