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