Skip to content

Commit 3c01f3a

Browse files
chore(release): 2.10.0 [skip ci]
# [2.10.0](2.9.0...2.10.0) (2021-08-22) ### Bug Fixes * Changed code according to changes in SolidUtilities ([e794335](e794335)) * When calling type cannot be found, all assemblies are loaded instead of just Assembly-CSharp and its referenced assemblies. ([bdaad4a](bdaad4a)) ### Features * Moved SearchbarMinItemsCount and UseBuiltInNames attribute properties to Project Settings ([361e691](361e691))
1 parent 8d1a760 commit 3c01f3a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.10.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.9.0...2.10.0) (2021-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* Changed code according to changes in SolidUtilities ([e794335](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/e794335a483c3c3c86bca41fc4eac08360447368))
7+
* When calling type cannot be found, all assemblies are loaded instead of just Assembly-CSharp and its referenced assemblies. ([bdaad4a](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/bdaad4a8c542fafda36eefdc73c1f83c5275ccb6))
8+
9+
10+
### Features
11+
12+
* Moved SearchbarMinItemsCount and UseBuiltInNames attribute properties to Project Settings ([361e691](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/361e6911640ab6494c840fb3c46b3be1dbf3bf47))
13+
114
# [2.9.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.7...2.9.0) (2021-03-23)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {
@@ -26,4 +26,4 @@
2626
"path": "Samples~/Usage Examples"
2727
}
2828
]
29-
}
29+
}

0 commit comments

Comments
 (0)