Skip to content

Commit

Permalink
FIX Incorrect naming of asmdefs
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Feb 19, 2020
1 parent 2cd046f commit 05bea0b
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 11 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.2] - 2020-02-19
## Fixed
- Incorrect naming of assembly definitions

## [2.0.1] - 2020-02-19
## Fixed
- Tests assembly references
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md.meta

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

2 changes: 1 addition & 1 deletion Editor.meta

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Unity.ConstrainedRect.Editor",
"name": "TNRD.ConstrainedRect.Editor",
"references": [],
"includePlatforms": [
"Editor"
Expand Down

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

2 changes: 1 addition & 1 deletion LICENSE.md.meta

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

2 changes: 1 addition & 1 deletion README.md.meta

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

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "Unity.ConstrainedRect.Editor.Tests",
"name": "TNRD.ConstrainedRect.Editor.Tests",
"references": [
"Unity.ConstrainedRect.Editor",
"UnityEditor.TestRunner"
"UnityEditor.TestRunner",
"TNRD.ConstrainedRect.Editor"
],
"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.1",
"version": "2.0.2",
"displayName": "Constrained Rect",
"description": "A simple helper to constrain a Rect to an EditorWindow or another Rect",
"unity": "2019.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json.meta

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

0 comments on commit 05bea0b

Please sign in to comment.