diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 03:18:48 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-27 03:18:48 -0400 |
commit | 59dd604cf2905adf5fce7e9bb7b97886891aae81 (patch) | |
tree | 36694b97bc60edb24a30284679a448b880d5eb6c /src/SMAPI.Mods.ConsoleCommands/manifest.json | |
parent | b945fcf5553f2df63db1fad8a73c65cd7fa7daa3 (diff) | |
download | SMAPI-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.json | 13 |
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" +} |