Skip to content

Commit d603498

Browse files
ci(release): 2.0.0 [skip ci]
# [2.0.0](1.4.0...2.0.0) (2023-03-24) ### Code Refactoring * update namespaces and assemblies ([20a4d51](20a4d51)) ### Features * add extensions to find interface implements ([a61e665](a61e665)) ### BREAKING CHANGES * additional assemblies and namespaces created Both GroupGameObjects and ScriptingDefineSymbolsHelper classes were moved to the MyGameDevTools.Tooling namespace and assembly. All the attributes have been moved to the MyGameDevTools.Attributes namespace and assembly.
1 parent 167662e commit d603498

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [2.0.0](https://github.com/mygamedevtools/extensions/compare/1.4.0...2.0.0) (2023-03-24)
2+
3+
4+
### Code Refactoring
5+
6+
* update namespaces and assemblies ([20a4d51](https://github.com/mygamedevtools/extensions/commit/20a4d518af09d473851f891eec70a1a73282ab0f))
7+
8+
9+
### Features
10+
11+
* add extensions to find interface implements ([a61e665](https://github.com/mygamedevtools/extensions/commit/a61e665e83365c2c43e896f6edccfbfcf76a1154))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* additional assemblies and namespaces created
17+
18+
Both GroupGameObjects and ScriptingDefineSymbolsHelper classes were moved to the MyGameDevTools.Tooling namespace and assembly. All the attributes have been moved to the MyGameDevTools.Attributes namespace and assembly.
19+
120
# [1.4.0](https://github.com/mygamedevtools/extensions/compare/1.3.1...1.4.0) (2022-10-25)
221

322

Packages/mygamedevtools-extensions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.mygamedevtools.extensions",
3-
"version": "1.4.0",
3+
"version": "2.0.0",
44
"displayName": "Extensions",
55
"description": "A personal collection of Unity Engine tools, extensions and helpers.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)