Skip to content

Commit

Permalink
Bump minimum editor version to 2018.4 and add validation exception.
Browse files Browse the repository at this point in the history
Mathematics 1.2.1 was released with 2018.3 support but we no longer
support it. Simply bumping the minimum editor version for 1.2.2 will
cause a validation error, but an exception can be added so we can
still release a patch version for the currently supported editors.
  • Loading branch information
unpacklo committed Jun 30, 2021
1 parent 5e9c417 commit 774fd22
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/ValidationExceptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ErrorExceptions": [
{
"ValidationTest": "Package Unity Version Validation",
"PackageVersion": "1.2.2"
}
],
"WarningExceptions": []
}
7 changes: 7 additions & 0 deletions src/ValidationExceptions.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.unity.mathematics",
"displayName": "Mathematics",
"version": "1.2.2",
"unity": "2018.3",
"unity": "2018.4",
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
"keywords": [
"unity"
Expand Down

0 comments on commit 774fd22

Please sign in to comment.