From 9e358ce066c16d0e210160484a79671f6cded334 Mon Sep 17 00:00:00 2001 From: Nicholas Westerhausen Date: Sun, 29 Oct 2023 15:31:59 -0400 Subject: [PATCH] fix: update BepInEx dependency and adjust --- DiscordConnector.csproj | 9 +++++---- Metadata/README.md | 6 ++++++ Metadata/manifest.json | 4 ++-- Metadata/thunderstore.toml | 6 +++--- docs/changelog.md | 6 ++++++ 5 files changed, 22 insertions(+), 9 deletions(-) diff --git a/DiscordConnector.csproj b/DiscordConnector.csproj index 351dcb6..4bec0b2 100644 --- a/DiscordConnector.csproj +++ b/DiscordConnector.csproj @@ -13,11 +13,12 @@ - G:\Valheim\0.216.9 + G:\Valheim\0.217.27 $(ProjectDir)bin/ $(BinDir)DiscordConnector/ $(ProjectDir)Metadata/ + $(GamePath)\valheim_Data\Managed $(GamePath)\valheim_Data\Managed\publicized_assemblies @@ -39,7 +40,7 @@ $(GamePath)\BepInEx\core\0Harmony.dll - + $(GamePath)\BepInEx\core\BepInEx.dll @@ -51,11 +52,11 @@ - $(GamePath)\unstripped_corlib\UnityEngine.dll + $(ValheimManagedLibs)\UnityEngine.dll - $(GamePath)\unstripped_corlib\UnityEngine.CoreModule.dll + $(ValheimManagedLibs)\UnityEngine.CoreModule.dll diff --git a/Metadata/README.md b/Metadata/README.md index a02e2f4..51d2b59 100644 --- a/Metadata/README.md +++ b/Metadata/README.md @@ -34,6 +34,12 @@ See the [current roadmap](https://github.com/nwesterhausen/valheim-discordconnec ## Changelog +## Version 2.1.15 + +Fixes: + +- updated to valheim 0.217.27 and new BepInEx 2201 + ## Version 2.1.14 Fixes: diff --git a/Metadata/manifest.json b/Metadata/manifest.json index 6367eb2..5e47bf3 100644 --- a/Metadata/manifest.json +++ b/Metadata/manifest.json @@ -1,7 +1,7 @@ { "name": "DiscordConnector", - "version_number": "2.1.14", + "version_number": "2.1.15", "website_url": "https://discordconnector.valheim.nwest.games/", "description": "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers.", - "dependencies": ["denikson-BepInExPack_Valheim-5.4.2105"] + "dependencies": ["denikson-BepInExPack_Valheim-5.4.2201"] } diff --git a/Metadata/thunderstore.toml b/Metadata/thunderstore.toml index 0ab4772..d820aa3 100644 --- a/Metadata/thunderstore.toml +++ b/Metadata/thunderstore.toml @@ -4,13 +4,13 @@ schemaVersion = "0.0.1" [package] namespace = "nwesterhausen" name = "DiscordConnector" -versionNumber = "2.1.14" +versionNumber = "2.1.15" description = "Connects your Valheim server to a Discord webhook. Works for both dedicated and client-hosted servers." websiteUrl = "https://discordconnector.valheim.nwest.games/" containsNsfwContent = false [package.dependencies] -denikson-BepInExPack_Valheim = "5.4.2105" +denikson-BepInExPack_Valheim = "5.4.2201" [build] icon = "./icon.png" @@ -24,4 +24,4 @@ target = "./" [publish] repository = "https://thunderstore.io" communities = ["valheim"] -categories = [] +categories = ["hildirs-request-update", "utility", "server-side"] diff --git a/docs/changelog.md b/docs/changelog.md index 87a4a26..b95276a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ A full changelog of changes, dating all the way back to the first release. +## Version 2.1.15 + +Fixes: + +- update to latest Valheim version + ## Version 2.1.14 Fixes: