[version] Release v6.11.0
parent
2414e77fef
commit
4e172129d8
|
|
@ -18,12 +18,12 @@
|
|||
{
|
||||
"unity_version":"2022",
|
||||
"hybridclr" : { "branch":"v6.10.0"},
|
||||
"il2cpp_plus": { "branch":"v2022-6.9.0"}
|
||||
"il2cpp_plus": { "branch":"v2022-6.11.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2022-tuanjie",
|
||||
"hybridclr" : { "branch":"v6.10.0"},
|
||||
"il2cpp_plus": { "branch":"v2022-tuanjie-6.10.0"}
|
||||
"il2cpp_plus": { "branch":"v2022-tuanjie-6.11.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2023",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# ReleaseLog
|
||||
|
||||
## 6.11.0
|
||||
|
||||
Release Date: 2024-10-31.
|
||||
|
||||
### Runtime
|
||||
|
||||
- [merge] Merges changes from Tuanjie versions 1.3.0 to 1.3.1
|
||||
- [merge] Merges il2cpp code changes from version 2022.3.48f1 to 2022.3.51f1
|
||||
|
||||
## 6.10.1
|
||||
|
||||
Release Date: 2024-10-24.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.code-philosophy.hybridclr",
|
||||
"version": "6.10.1",
|
||||
"version": "6.11.0",
|
||||
"displayName": "HybridCLR",
|
||||
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
||||
"category": "Runtime",
|
||||
|
|
|
|||
Loading…
Reference in New Issue