Skip to content

Commit

Permalink
Add validation exception for version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCharton committed Oct 2, 2023
1 parent 31b2b50 commit 2587c33
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ValidationExceptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"ErrorExceptions": [
{
"ValidationTest": "Unity Version Validation",
"ExceptionMessage": "In package.json, \"unity\" is pointing to a version higher (2022.3) than the editor you are currently using (2022.2.21f1). Validation needs to happen on a version of the editor that is supported by the package.",
"PackageVersion": "3.0.0-pre.9"
}
],
"WarningExceptions": []
}

0 comments on commit 2587c33

Please sign in to comment.