Skip to content

Commit

Permalink
Fix validation exception
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineCharton committed Jun 26, 2024
1 parent b0709db commit 7643b17
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions com.unity.cinemachine/ValidationExceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,33 @@
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Additions require a new minor or major version.",
"PackageVersion": "2.10.0"
"PackageVersion": "2.10.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"com.unity.cinemachine.Tests\" may only be added in a new minor or major version.",

"PackageVersion": "2.10.0"
"PackageVersion": "2.10.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"com.unity.cinemachine.EditorTests\" may only be added in a new minor or major version.",
"PackageVersion": "2.10.0"
"PackageVersion": "2.10.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "Breaking changes require a new major version.",
"PackageVersion": "2.10.0"
"PackageVersion": "2.10.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"Cinemachine.Runtime.Tests\" may only be added in a new minor or major version.",
"PackageVersion": "2.10.0"
"PackageVersion": "2.10.1"
},
{
"ValidationTest": "API Validation",
"ExceptionMessage": "New assembly \"Cinemachine.Editor.Tests\" may only be added in a new minor or major version.",
"PackageVersion": "2.10.0"
"PackageVersion": "2.10.1"
}
],
"WarningExceptions": []
Expand Down

0 comments on commit 7643b17

Please sign in to comment.