Skip to content

Commit

Permalink
FIX Test assembly references
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Feb 19, 2020
1 parent 30d0804 commit 2cd046f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.0.1] - 2020-02-19
## Fixed
- Tests assembly references

## [2.0.0] - 2020-02-17
## Added
- Tests
Expand Down
4 changes: 2 additions & 2 deletions Tests/Editor/Unity.ConstrainedRect.Editor.Tests.asmdef
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Unity.ConstrainedRect.Editor.Tests",
"references": [
"GUID:b5a0f150547393d418a1c58e42e6b937",
"GUID:0acc523941302664db1f4e527237feb3"
"Unity.ConstrainedRect.Editor",
"UnityEditor.TestRunner"
],
"includePlatforms": [
"Editor"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "net.tnrd.constrainedrect",
"version": "2.0.0",
"version": "2.0.1",
"displayName": "Constrained Rect",
"description": "A simple helper to constrain a Rect to an EditorWindow or another Rect",
"unity": "2019.1",
Expand Down

0 comments on commit 2cd046f

Please sign in to comment.