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