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