summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-01 11:09:21 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-02-01 11:09:21 -0500
commitd0885831c3698bcb353d76c147500b7ea1dfbc78 (patch)
tree405d2405c489ad7b29a997b1b276340c302c82ef /src/SMAPI.Mods.ConsoleCommands
parent0fddc7f5109bffe2912e9fdcf5ed398d80c25dec (diff)
downloadSMAPI-d0885831c3698bcb353d76c147500b7ea1dfbc78.tar.gz
SMAPI-d0885831c3698bcb353d76c147500b7ea1dfbc78.tar.bz2
SMAPI-d0885831c3698bcb353d76c147500b7ea1dfbc78.zip
ignore Harmony DLL in mod build package
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json
index 1e12e13e..0d0e4901 100644
--- a/src/SMAPI.Mods.ConsoleCommands/manifest.json
+++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json
@@ -1,9 +1,9 @@
{
"Name": "Console Commands",
"Author": "SMAPI",
- "Version": "3.1.0",
+ "Version": "3.2.0",
"Description": "Adds SMAPI console commands that let you manipulate the game.",
"UniqueID": "SMAPI.ConsoleCommands",
"EntryDll": "ConsoleCommands.dll",
- "MinimumApiVersion": "3.1.0"
+ "MinimumApiVersion": "3.2.0"
}