diff options
Diffstat (limited to 'src/TrainerMod/manifest.json')
-rw-r--r-- | src/TrainerMod/manifest.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/TrainerMod/manifest.json b/src/TrainerMod/manifest.json new file mode 100644 index 00000000..20b40f8a --- /dev/null +++ b/src/TrainerMod/manifest.json @@ -0,0 +1,13 @@ +{ + "Name": "Trainer Mod", + "Author": "SMAPI", + "Version": { + "MajorVersion": 1, + "MinorVersion": 15, + "PatchVersion": 4, + "Build": null + }, + "Description": "Adds SMAPI console commands that let you manipulate the game.", + "UniqueID": "SMAPI.TrainerMod", + "EntryDll": "TrainerMod.dll" +} |