We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ad77d commit 0d47e83Copy full SHA for 0d47e83
2 files changed
Assets/Package/CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 1.2.5 [12.03.2023]
2
+
3
+### Added:
4
+- RootContext implementation
5
+- FixedContext implementation
6
+- ContextOrderHelper implementation
7
+### Changed:
8
+- Rename ExposableInstaller to ExposableSubInstaller
9
10
## 1.2.2 [22.02.2023]
11
12
### Changed:
Assets/Package/package.json
@@ -1,7 +1,7 @@
{
"name": "com.browar.injection",
"displayName": "Injection",
- "version": "1.2.2",
+ "version": "1.2.5",
"unity": "2018.1",
"description": "Dependency Injection system.",
"keywords": [
0 commit comments