We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774b237 commit c2dd201Copy full SHA for c2dd201
2 files changed
Assets/Package/CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.2.1 [30.01.2023]
2
+
3
+### Added:
4
+- Processable installers and ISubProcessor<T> interface
5
+### Changed:
6
+- Renamed: IMinorInstaller => ISubInstaller
7
+- Renamed: GeneralInstaller => ContextInstaller
8
9
## 1.1.1 [25.12.2022]
10
11
### Changed:
Assets/Package/package.json
@@ -1,7 +1,7 @@
{
"name": "com.browar.injection",
"displayName": "Injection",
- "version": "1.1.1",
+ "version": "1.2.1",
"unity": "2018.1",
"description": "Dependency Injection system.",
"keywords": [
0 commit comments