[version] Release v7.2.0
parent
642d2cd644
commit
4d0fef095b
|
@ -2,27 +2,27 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2019",
|
"unity_version":"2019",
|
||||||
"hybridclr" : { "branch":"v7.1.0"},
|
"hybridclr" : { "branch":"v7.2.0"},
|
||||||
"il2cpp_plus": { "branch":"v2019-7.0.0"}
|
"il2cpp_plus": { "branch":"v2019-7.0.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2020",
|
"unity_version":"2020",
|
||||||
"hybridclr" : { "branch":"v7.1.0"},
|
"hybridclr" : { "branch":"v7.2.0"},
|
||||||
"il2cpp_plus": { "branch":"v2020-7.0.0"}
|
"il2cpp_plus": { "branch":"v2020-7.0.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v7.1.0"},
|
"hybridclr" : { "branch":"v7.2.0"},
|
||||||
"il2cpp_plus": { "branch":"v2021-7.0.0"}
|
"il2cpp_plus": { "branch":"v2021-7.0.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v7.1.0"},
|
"hybridclr" : { "branch":"v7.2.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-7.0.0"}
|
"il2cpp_plus": { "branch":"v2022-7.2.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022-tuanjie",
|
"unity_version":"2022-tuanjie",
|
||||||
"hybridclr" : { "branch":"v7.1.0"},
|
"hybridclr" : { "branch":"v7.2.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"}
|
"il2cpp_plus": { "branch":"v2022-tuanjie-7.1.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -32,8 +32,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"6000",
|
"unity_version":"6000",
|
||||||
"hybridclr" : { "branch":"v7.1.0"},
|
"hybridclr" : { "branch":"v7.2.0"},
|
||||||
"il2cpp_plus": { "branch":"v6000-7.0.0"}
|
"il2cpp_plus": { "branch":"v6000-7.2.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -1,5 +1,15 @@
|
||||||
# ReleaseLog
|
# ReleaseLog
|
||||||
|
|
||||||
|
## 7.2.0
|
||||||
|
|
||||||
|
Release Date: 2024-12-9.
|
||||||
|
|
||||||
|
### Runtime
|
||||||
|
|
||||||
|
- [fix] fix a critical bug in Image::ReadArrayType, where it incorrectly uses alloca to allocate Il2CppArray's sizes and lobounds data.
|
||||||
|
- [merge] merge il2cpp changes from 2022.3.51f1 to 2022.3.54f1
|
||||||
|
- [merge] merge il2cpp changes from 6000.0.21 to 6000.0.30
|
||||||
|
|
||||||
## 7.1.0
|
## 7.1.0
|
||||||
|
|
||||||
Release Date: 2024-12-4.
|
Release Date: 2024-12-4.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "7.1.0",
|
"version": "7.2.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",
|
||||||
|
|
Loading…
Reference in New Issue