summaryrefslogtreecommitdiff
path: root/src/TrainerMod/manifest.json
blob: 5c634f53e4e68c3a82025dd5f0a4f83e8b79ed7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "Name": "Trainer Mod",
  "Author": "SMAPI",
  "Version": {
    "MajorVersion": 1,
    "MinorVersion": 15,
    "PatchVersion": 1,
    "Build": null
  },
  "Description": "Adds SMAPI console commands that let you manipulate the game.",
  "UniqueID": "SMAPI.TrainerMod",
  "EntryDll": "TrainerMod.dll"
}