[version] 发布v6.8.0版本
parent
59bc259cc8
commit
c24617d864
|
@ -3,27 +3,27 @@
|
|||
{
|
||||
"unity_version":"2019",
|
||||
"hybridclr" : { "branch":"v6.7.1"},
|
||||
"il2cpp_plus": { "branch":"v2019-6.6.0"}
|
||||
"il2cpp_plus": { "branch":"v2019-6.7.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2020",
|
||||
"hybridclr" : { "branch":"v6.7.1"},
|
||||
"il2cpp_plus": { "branch":"v2020-6.6.0"}
|
||||
"il2cpp_plus": { "branch":"v2020-6.7.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2021",
|
||||
"hybridclr" : { "branch":"v6.7.1"},
|
||||
"il2cpp_plus": { "branch":"v2021-6.6.0"}
|
||||
"il2cpp_plus": { "branch":"v2021-6.7.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2022",
|
||||
"hybridclr" : { "branch":"v6.7.1"},
|
||||
"il2cpp_plus": { "branch":"v2022-6.6.0"}
|
||||
"il2cpp_plus": { "branch":"v2022-6.7.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2022-tuanjie",
|
||||
"hybridclr" : { "branch":"v6.7.1"},
|
||||
"il2cpp_plus": { "branch":"v2022-tuanjie-6.6.0"}
|
||||
"il2cpp_plus": { "branch":"v2022-tuanjie-6.7.0"}
|
||||
},
|
||||
{
|
||||
"unity_version":"2023",
|
||||
|
@ -33,7 +33,7 @@
|
|||
{
|
||||
"unity_version":"6000",
|
||||
"hybridclr" : { "branch":"v6.7.1"},
|
||||
"il2cpp_plus": { "branch":"v6000-6.6.0"}
|
||||
"il2cpp_plus": { "branch":"v6000-6.7.0"}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,15 @@
|
|||
# 发布日志
|
||||
|
||||
## 6.8.0
|
||||
|
||||
发布日期 2024.9.14.
|
||||
|
||||
### Runtime
|
||||
|
||||
- [fix] 修复异常的堆栈中未包含行号的bug
|
||||
- [fix] 修复Il2CppGenericContextCompare比较时简单比较class_inst和method_inst指针相等的bug,实际上并非所有GenericInst(如s_Il2CppMetadataRegistration->genericInsts)都来自GenericInstPool,因此相同的GenericInst并非指针相同
|
||||
- [merge] 合并6000.0.10-6000.0.19版本il2cpp代码改动
|
||||
|
||||
## 6.7.1
|
||||
|
||||
发布日期 2024.8.26.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "com.code-philosophy.hybridclr",
|
||||
"version": "6.7.1",
|
||||
"version": "6.8.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