summaryrefslogtreecommitdiff
path: root/src/TrainerMod/manifest.json
blob: f1665a45be5a2a29d56fb4857954cecc8bc86990 (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": 0,
    "Build": null
  },
  "Description": "Adds SMAPI console commands that let you manipulate the game.",
  "UniqueID": "SMAPI.TrainerMod",
  "EntryDll": "TrainerMod.dll"
}