From 59dd604cf2905adf5fce7e9bb7b97886891aae81 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 27 Oct 2017 03:18:48 -0400 Subject: rename TrainerMod to Console Commands to clarify purpose --- src/SMAPI.Mods.ConsoleCommands/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/SMAPI.Mods.ConsoleCommands/manifest.json (limited to 'src/SMAPI.Mods.ConsoleCommands/manifest.json') 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" +} -- cgit