Skip to content

Commit 774fd22

Browse files
committed
Bump minimum editor version to 2018.4 and add validation exception.
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.
1 parent 5e9c417 commit 774fd22

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

src/ValidationExceptions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ErrorExceptions": [
3+
{
4+
"ValidationTest": "Package Unity Version Validation",
5+
"PackageVersion": "1.2.2"
6+
}
7+
],
8+
"WarningExceptions": []
9+
}

src/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.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.unity.mathematics",
33
"displayName": "Mathematics",
44
"version": "1.2.2",
5-
"unity": "2018.3",
5+
"unity": "2018.4",
66
"description": "Unity's C# SIMD math library providing vector types and math functions with a shader like syntax.",
77
"keywords": [
88
"unity"

0 commit comments

Comments
 (0)