Skip to content

Commit efe90d2

Browse files
chore(release): 2.8.7 [skip ci]
## [2.8.7](2.8.6...2.8.7) (2021-03-19) ### Bug Fixes * Downgraded CompilerServices.Unsafe from 5.0.0 to 4.5.3 ([0b513ac](0b513ac)) * Fixed FileNotFound exception when Assembly-CSharp is not generated in a project ([00ee76d](00ee76d))
1 parent e31031f commit efe90d2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.8.7](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.6...2.8.7) (2021-03-19)
2+
3+
4+
### Bug Fixes
5+
6+
* Downgraded CompilerServices.Unsafe from 5.0.0 to 4.5.3 ([0b513ac](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/0b513ac082a0737171dbaf193bea238ff4a83346))
7+
* Fixed FileNotFound exception when Assembly-CSharp is not generated in a project ([00ee76d](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/commit/00ee76d2b3bb269c69b19df68debdcb2a83badf7))
8+
19
## [2.8.6](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/compare/2.8.5...2.8.6) (2021-02-19)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.solidalloy.type-references",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"displayName": "Type References",
55
"description": "A plugin that allows selecting a type from a drop-down menu in the inspector.",
66
"dependencies": {

0 commit comments

Comments
 (0)