diff --git a/Plugin.cs b/Plugin.cs index 84bfb1c..bc8af61 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -8,8 +8,6 @@ namespace VampireWebhook; [BepInPlugin(MyPluginInfo.PLUGIN_GUID, MyPluginInfo.PLUGIN_NAME, MyPluginInfo.PLUGIN_VERSION)] [BepInDependency("gg.deca.VampireCommandFramework")] -// [BepInDependency("gg.deca.Bloodstone")] -// [Bloodstone.API.Reloadable] public class Plugin : BasePlugin { Harmony _harmony; diff --git a/VampireWebhook.csproj b/VampireWebhook.csproj index 89218e1..8f09d84 100644 --- a/VampireWebhook.csproj +++ b/VampireWebhook.csproj @@ -12,11 +12,10 @@ 0.1.10.0 - - + + - - - + + \ No newline at end of file diff --git a/thunderstore.toml b/thunderstore.toml index 9e72649..b1972bb 100644 --- a/thunderstore.toml +++ b/thunderstore.toml @@ -11,7 +11,7 @@ containsNsfwContent = false [package.dependencies] BepInEx-BepInExPack_V_Rising = "1.691.3" -deca-VampireCommandFramework = "0.9.999" +deca-VampireCommandFramework = "0.9.0" [build] icon = "./logo.png" @@ -27,4 +27,4 @@ repository = "https://thunderstore.io" communities = ["v-rising"] [publish.categories] -v-rising = ["Oakveil Update", "mods", "server"] \ No newline at end of file +v-rising = ["oakveil-update", "mods", "server"] \ No newline at end of file