Add bepin dependency to SPT

This commit is contained in:
dvize
2023-07-30 19:45:28 -07:00
parent fd5b40b2c5
commit d218322919
2 changed files with 4 additions and 4 deletions

View File

@@ -7,8 +7,8 @@ using EFT;
namespace armorMod namespace armorMod
{ {
[BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.3.1")] [BepInPlugin("com.dvize.ASS", "dvize.ASS", "1.4.0")]
[BepInDependency("com.spt-aki.core", "3.6.0")]
public class AssPlugin : BaseUnityPlugin public class AssPlugin : BaseUnityPlugin
{ {
internal static ConfigEntry<Boolean> ArmorServiceMode internal static ConfigEntry<Boolean> ArmorServiceMode

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.1.0")] [assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyFileVersion("1.3.1.0")] [assembly: AssemblyFileVersion("1.4.0.0")]