From 6140dc10a9c6ce760d77ed970f59993d11c750bd Mon Sep 17 00:00:00 2001 From: justastranger Date: Fri, 29 Mar 2024 13:31:16 -0500 Subject: [PATCH] Fix manifest and make sure all the json gets copied to the output so that it gets included in the package --- MushroomLogAdditions/MushroomLogAdditions.csproj | 12 ++++++++++++ MushroomLogAdditions/manifest.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/MushroomLogAdditions/MushroomLogAdditions.csproj b/MushroomLogAdditions/MushroomLogAdditions.csproj index 259d98b..3753c92 100644 --- a/MushroomLogAdditions/MushroomLogAdditions.csproj +++ b/MushroomLogAdditions/MushroomLogAdditions.csproj @@ -10,4 +10,16 @@ + + + Always + + + Always + + + Always + + + diff --git a/MushroomLogAdditions/manifest.json b/MushroomLogAdditions/manifest.json index 3044ee3..9c4ffd7 100644 --- a/MushroomLogAdditions/manifest.json +++ b/MushroomLogAdditions/manifest.json @@ -1,7 +1,7 @@ { - "Name": "Mushroom Stump Additions", + "Name": "Mushroom Log Additions", "Author": "justastranger", - "Version": "0.0.2", + "Version": "0.0.1", "Description": "Allows more trees to affect the output of Mushroom Stumps.", "UniqueID": "JAS.MushroomLogAdditions", "EntryDll": "MushroomLogAdditions.dll",