Skip to content

Commit c24617d

Browse files
committed
[version] 发布v6.8.0版本
1 parent 59bc259 commit c24617d

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
{
44
"unity_version":"2019",
55
"hybridclr" : { "branch":"v6.7.1"},
6-
"il2cpp_plus": { "branch":"v2019-6.6.0"}
6+
"il2cpp_plus": { "branch":"v2019-6.7.0"}
77
},
88
{
99
"unity_version":"2020",
1010
"hybridclr" : { "branch":"v6.7.1"},
11-
"il2cpp_plus": { "branch":"v2020-6.6.0"}
11+
"il2cpp_plus": { "branch":"v2020-6.7.0"}
1212
},
1313
{
1414
"unity_version":"2021",
1515
"hybridclr" : { "branch":"v6.7.1"},
16-
"il2cpp_plus": { "branch":"v2021-6.6.0"}
16+
"il2cpp_plus": { "branch":"v2021-6.7.0"}
1717
},
1818
{
1919
"unity_version":"2022",
2020
"hybridclr" : { "branch":"v6.7.1"},
21-
"il2cpp_plus": { "branch":"v2022-6.6.0"}
21+
"il2cpp_plus": { "branch":"v2022-6.7.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
2525
"hybridclr" : { "branch":"v6.7.1"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-6.6.0"}
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-6.7.0"}
2727
},
2828
{
2929
"unity_version":"2023",
@@ -33,7 +33,7 @@
3333
{
3434
"unity_version":"6000",
3535
"hybridclr" : { "branch":"v6.7.1"},
36-
"il2cpp_plus": { "branch":"v6000-6.6.0"}
36+
"il2cpp_plus": { "branch":"v6000-6.7.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 发布日志
22

3+
## 6.8.0
4+
5+
发布日期 2024.9.14.
6+
7+
### Runtime
8+
9+
- [fix] 修复异常的堆栈中未包含行号的bug
10+
- [fix] 修复Il2CppGenericContextCompare比较时简单比较class_inst和method_inst指针相等的bug,实际上并非所有GenericInst(如s_Il2CppMetadataRegistration->genericInsts)都来自GenericInstPool,因此相同的GenericInst并非指针相同
11+
- [merge] 合并6000.0.10-6000.0.19版本il2cpp代码改动
12+
313
## 6.7.1
414

515
发布日期 2024.8.26.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.code-philosophy.hybridclr",
3-
"version": "6.7.1",
3+
"version": "6.8.0",
44
"displayName": "HybridCLR",
55
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
66
"category": "Runtime",

0 commit comments

Comments
 (0)