Skip to content

Commit f8daca5

Browse files
committed
update Content Patcher schema
1 parent c31ede0 commit f8daca5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
* Fixed redundant `TRACE` logs for a broken mod which references members with the wrong types.
2323

2424
* For the web UI:
25+
* Updated JSON validator for Content Patcher 2.0.0.
2526
* Fixed uploaded log/JSON file expiry alway shown as renewed.
2627
* Fixed update check for mods with a prerelease version tag not recognized by the ModDrop API. SMAPI now parses the version itself if needed.
2728

src/SMAPI.Web/wwwroot/schemas/content-patcher.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"title": "Format version",
1515
"description": "The format version. You should always use the latest version to enable the latest features, avoid obsolete behavior, and reduce load times.",
1616
"type": "string",
17-
"pattern": "^1\\.29\\.[0-9]+$",
17+
"pattern": "^2\\.0\\.[0-9]+$",
1818
"@errorMessages": {
1919
"pattern": "Incorrect value '@value'. You should always use the latest format version (currently 1.29.0) to enable the latest features, avoid obsolete behavior, and reduce load times."
2020
}

0 commit comments

Comments
 (0)