Skip to content

Commit c8f2524

Browse files
committed
Update exception files
1 parent 3050b5e commit c8f2524

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "API Validation",
5+
"ExceptionMessage": "Breaking changes require a new major version.",
6+
"PackageVersion": "2.0.18"
7+
},
8+
{
9+
"ValidationTest": "API Validation",
10+
"ExceptionMessage": "Additions require a new minor or major version.",
11+
"PackageVersion": "2.0.18"
12+
}
13+
],
14+
"WarningExceptions": []
15+
}

Packages/com.unity.ide.visualstudio/ValidationExceptions.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)