summaryrefslogtreecommitdiff
path: root/src/SMAPI.Mods.ErrorHandler/manifest.json
blob: be1030f4d19858c870ee465b8c0b0e76bea4e8f6 (plain)
1
2
3
4
5
6
7
8
9
{
    "Name": "Error Handler",
    "Author": "SMAPI",
    "Version": "3.14.4",
    "Description": "Handles some common vanilla errors to log more useful info or avoid breaking the game.",
    "UniqueID": "SMAPI.ErrorHandler",
    "EntryDll": "ErrorHandler.dll",
    "MinimumApiVersion": "3.14.4"
}