[version] Release v7.9.0

main
walon 2025-03-31 09:44:50 +08:00
parent 9429a4d24d
commit 603b0ccb24
3 changed files with 10 additions and 2 deletions

View File

@ -33,7 +33,7 @@
{ {
"unity_version":"6000", "unity_version":"6000",
"hybridclr" : { "branch":"v7.8.1"}, "hybridclr" : { "branch":"v7.8.1"},
"il2cpp_plus": { "branch":"v6000-7.8.0"} "il2cpp_plus": { "branch":"v6000-7.9.0"}
} }
] ]
} }

View File

@ -1,5 +1,13 @@
# ReleaseLog # ReleaseLog
## 7.9.0
Release Date: 2025-03-31.
### Runtime
- [merge] merge il2cpp changes from 6000.0.30f1 to 6000.0.44f1
## 7.8.1 ## 7.8.1
Release Date: 2025-03-24. Release Date: 2025-03-24.

View File

@ -1,6 +1,6 @@
{ {
"name": "com.code-philosophy.hybridclr", "name": "com.code-philosophy.hybridclr",
"version": "7.8.1", "version": "7.9.0",
"displayName": "HybridCLR", "displayName": "HybridCLR",
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.", "description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
"category": "Runtime", "category": "Runtime",