summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ConsoleCommands/manifest.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-27 03:18:48 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-27 03:18:48 -0400
commit59dd604cf2905adf5fce7e9bb7b97886891aae81 (patch)
tree36694b97bc60edb24a30284679a448b880d5eb6c /src/SMAPI.Mods.ConsoleCommands/manifest.json
parentb945fcf5553f2df63db1fad8a73c65cd7fa7daa3 (diff)
downloadSMAPI-59dd604cf2905adf5fce7e9bb7b97886891aae81.tar.gz
SMAPI-59dd604cf2905adf5fce7e9bb7b97886891aae81.tar.bz2
SMAPI-59dd604cf2905adf5fce7e9bb7b97886891aae81.zip
rename TrainerMod to Console Commands to clarify purpose
Diffstat (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json')
-rw-r--r--src/SMAPI.Mods.ConsoleCommands/manifest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/SMAPI.Mods.ConsoleCommands/manifest.json b/src/SMAPI.Mods.ConsoleCommands/manifest.json
new file mode 100644
index 00000000..664dfabf
--- /dev/null
+++ b/src/SMAPI.Mods.ConsoleCommands/manifest.json
@@ -0,0 +1,13 @@
+{
+ "Name": "Console Commands",
+ "Author": "SMAPI",
+ "Version": {
+ "MajorVersion": 2,
+ "MinorVersion": 0,
+ "PatchVersion": 0,
+ "Build": null
+ },
+ "Description": "Adds SMAPI console commands that let you manipulate the game.",
+ "UniqueID": "SMAPI.ConsoleCommands",
+ "EntryDll": "ConsoleCommands.dll"
+}