From edb0f226ad7ae9d501d38a37c6c64195f00b7fd7 Mon Sep 17 00:00:00 2001 From: SkyCopeland Date: Fri, 9 May 2025 16:08:24 -0400 Subject: [PATCH 1/2] Update Nuget Dependencies --- VampireWebhook.csproj | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 From 01918cb9f91a8d5cb0c1641f724c07eaa0f5987c Mon Sep 17 00:00:00 2001 From: SkyCopeland Date: Fri, 9 May 2025 16:09:26 -0400 Subject: [PATCH 2/2] Fixed Thunderstore --- Plugin.cs | 2 -- thunderstore.toml | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) 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/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