Skip to content

Commit 0d8c445

Browse files
Update ValidationExceptions.json
Adding the 2nd exception needed
1 parent 557d61e commit 0d8c445

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ValidationExceptions.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"ValidationTest": "API Validation",
55
"ExceptionMessage": "Assembly \"Unity.Netcode.Editor.PackageChecker\" no longer exists or is no longer included in build. This change requires a new major version.",
66
"PackageVersion": "2.4.1"
7-
}
7+
},
8+
{
9+
"ValidationTest": "API Validation",
10+
"ExceptionMessage": "New assembly \"Unity.Netcode.PackageChecker.Editor\" may only be added in a new minor or major version.",
11+
"PackageVersion": "2.4.1"
12+
}
813
],
914
"WarningExceptions": []
10-
}
15+
}

0 commit comments

Comments
 (0)