Skip to content

Commit 35549ac

Browse files
chore(release): 2.12.0 [skip ci]
# [2.12.0](2.11.5...2.12.0) (2022-02-03) ### Bug Fixes * Fixed the package full name in the installation paragraph ([86d6547](86d6547)) ### Features * Added SerializedTypeReference.SetType(Type type) method ([a05110a](a05110a)) * Added the ShowAllTypes property to the TypeOptions attribute ([8c45d27](8c45d27)) * Added TypeReference.GetTypeNameFromNameAndAssembly static method ([1302a1c](1302a1c)) * Made TypeReference.TypeNameAndAssembly property public ([77cef13](77cef13))
1 parent 1e313d0 commit 35549ac

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.12.0](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.5...2.12.0) (2022-02-03)
2+
3+
4+
### Bug Fixes
5+
6+
* Fixed the package full name in the installation paragraph ([86d6547](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/86d654783ee88649b7553778c621aa7fac78d965))
7+
8+
9+
### Features
10+
11+
* Added SerializedTypeReference.SetType(Type type) method ([a05110a](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/a05110a1bb1be0922b4905749515111e7fb06617))
12+
* Added the ShowAllTypes property to the TypeOptions attribute ([8c45d27](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/8c45d274fdfedbec5b8422b976f05561d3d3bc67))
13+
* Added TypeReference.GetTypeNameFromNameAndAssembly static method ([1302a1c](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/1302a1c5c1252eb6a6d58d59ffbe89ed89fe947f))
14+
* Made TypeReference.TypeNameAndAssembly property public ([77cef13](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/77cef13004ceb9774488ed75db8437d60aff75c4))
15+
116
## [2.11.5](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.11.4...2.11.5) (2021-11-09)
217

318

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.11.5",
3+
"version": "2.12.0",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {
77
"com.solidalloy.util": "1.35.0",
88
"com.unity.settings-manager": "1.0.3",
9-
"com.solidalloy.unity-dropdown": "1.1.0"
9+
"com.solidalloy.unity-dropdown": "1.1.0"
1010
},
1111
"keywords": [
1212
"dropdown",

0 commit comments

Comments
 (0)