Skip to content

Commit 2cd046f

Browse files
committed
FIX Test assembly references
1 parent 30d0804 commit 2cd046f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [2.0.1] - 2020-02-19
4+
## Fixed
5+
- Tests assembly references
6+
37
## [2.0.0] - 2020-02-17
48
## Added
59
- Tests

Tests/Editor/Unity.ConstrainedRect.Editor.Tests.asmdef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "Unity.ConstrainedRect.Editor.Tests",
33
"references": [
4-
"GUID:b5a0f150547393d418a1c58e42e6b937",
5-
"GUID:0acc523941302664db1f4e527237feb3"
4+
"Unity.ConstrainedRect.Editor",
5+
"UnityEditor.TestRunner"
66
],
77
"includePlatforms": [
88
"Editor"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "net.tnrd.constrainedrect",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"displayName": "Constrained Rect",
55
"description": "A simple helper to constrain a Rect to an EditorWindow or another Rect",
66
"unity": "2019.1",

0 commit comments

Comments
 (0)