Skip to content

Commit b2ca22a

Browse files
committed
Add Unity version to package manifest. Hopefully this will fix tests.
1 parent e5fa91a commit b2ca22a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

extras/com.unity.editor.tasks/Tests/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Tests - Unity Editor Tasks",
55
"type": "tests",
66
"version": "0.0.0-placeholder",
7+
"unity": "2018.4",
78
"license" : "MIT",
89
"author": {
910
"name": "Andreia Gaita",

src/com.unity.editor.tasks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"displayName": "Unity Editor Tasks",
44
"description": "A friendly threaded task system for the Unity Editor.",
55
"version": "0.0.0-placeholder",
6+
"unity": "2018.4",
67
"license" : "MIT",
78
"author": {
89
"name": "Andreia Gaita",

0 commit comments

Comments
 (0)