diff --git a/SigmaWarhead/SigmaWarhead.csproj b/SigmaWarhead/SigmaWarhead.csproj index 336f7f3..ee24868 100644 --- a/SigmaWarhead/SigmaWarhead.csproj +++ b/SigmaWarhead/SigmaWarhead.csproj @@ -40,37 +40,40 @@ ..\packages\Assembly-CSharp-firstpass.dll - ..\packages\EXILED.7.2.0\lib\net48\CommandSystem.Core.dll + packages\EXILED.8.1.0\lib\net48\CommandSystem.Core.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.API.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.API.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.CreditTags.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.CreditTags.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.CustomItems.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.CustomItems.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.CustomRoles.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.CustomRoles.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.Events.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.Events.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.Loader.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.Loader.dll - - ..\packages\EXILED.7.2.0\lib\net48\Exiled.Permissions.dll + + packages\EXILED.8.1.0\lib\net48\Exiled.Permissions.dll - ..\packages\EXILED.7.2.0\lib\net48\Exiled.Updater.dll + packages\EXILED.8.1.0\lib\net48\Exiled.Updater.dll deps\Mirror.dll - - ..\packages\EXILED.7.2.0\lib\net48\NorthwoodLib.dll + + packages\EXILED.8.1.0\lib\net48\NorthwoodLib.dll + + + packages\EXILED.8.1.0\lib\net48\PluginAPI.dll @@ -83,16 +86,17 @@ deps\UnityEngine.PhysicsModule.dll - ..\packages\EXILED.7.2.0\lib\net48\YamlDotNet.dll + packages\EXILED.8.1.0\lib\net48\YamlDotNet.dll - - - + + + + @@ -104,4 +108,4 @@ --> - + \ No newline at end of file diff --git a/SigmaWarhead/com.github.sekasin.sigmawarhead/Plugin.cs b/SigmaWarhead/com.github.sekasin.sigmawarhead/Plugin.cs index 6d57e17..6135104 100644 --- a/SigmaWarhead/com.github.sekasin.sigmawarhead/Plugin.cs +++ b/SigmaWarhead/com.github.sekasin.sigmawarhead/Plugin.cs @@ -6,7 +6,7 @@ namespace SigmaWarhead.com.github.sekasin.sigmawarhead { public class SigmaWarhead : Plugin { public override string Name => "SigmaWarhead"; public override string Author => "TenDRILLL"; - public override Version Version => new Version(1, 0, 3); + public override Version Version => new Version(1, 0, 4); public EventHandler EventHandler; public override void OnEnabled() { diff --git a/SigmaWarhead/packages.config b/SigmaWarhead/packages.config index 18050df..0d094e1 100644 --- a/SigmaWarhead/packages.config +++ b/SigmaWarhead/packages.config @@ -1,6 +1,6 @@  - + \ No newline at end of file