From 99a8f512877f508888b4a3b0fcdfbea621c4ef76 Mon Sep 17 00:00:00 2001 From: wwwDayDream Date: Tue, 21 May 2024 17:26:14 -0500 Subject: [PATCH 1/2] Added Publish Scenario. Currently Echos Command On Release --- Common.targets | 9 +++++++++ ts-assets/thunderstore.toml | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Common.targets b/Common.targets index 1e5a1f7..5886fd7 100644 --- a/Common.targets +++ b/Common.targets @@ -54,6 +54,15 @@ AfterTargets="PostBuildEvent" Condition="$(Configuration) == 'Release' and '$(CI)' == 'true'" DependsOnTargets="SetModVersion" + > + + + + + diff --git a/ts-assets/thunderstore.toml b/ts-assets/thunderstore.toml index 5b56357..b300e1e 100644 --- a/ts-assets/thunderstore.toml +++ b/ts-assets/thunderstore.toml @@ -7,12 +7,12 @@ repository = "https://thunderstore.io" [package] namespace = "www_Day_Dream" name = "MultiplayerModRestrictor" -description = "" -websiteUrl = "" +description = "A Last Train Outta' Wormtown plugin that facilitates other plugins restricting multiplayer access by mod versioning." +websiteUrl = "https://github.com/wwwDayDream/MultiplayerModRestrictor" containsNsfwContent = false [package.dependencies] -BepInEx-BepInExPack = "" +BepInEx_Wormtown-BepInExPack = "5.4.22" [build] icon = "icon.png" From 3d8347a0d5308d879aa389f115e29aef2d74347b Mon Sep 17 00:00:00 2001 From: wwwDayDream Date: Tue, 21 May 2024 17:30:23 -0500 Subject: [PATCH 2/2] Mild Patch --- Common.targets | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Common.targets b/Common.targets index 5886fd7..a4807d4 100644 --- a/Common.targets +++ b/Common.targets @@ -55,8 +55,12 @@ Condition="$(Configuration) == 'Release' and '$(CI)' == 'true'" DependsOnTargets="SetModVersion" > - - + + + + + + - - - - - + \ No newline at end of file