Skip to content

Commit e5b5292

Browse files
committed
[version] Release v7.10.0
1 parent e44fa66 commit e5b5292

3 files changed

Lines changed: 24 additions & 9 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v7.8.1"},
5+
"hybridclr" : { "branch":"v7.10.0"},
66
"il2cpp_plus": { "branch":"v2019-7.8.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.8.1"},
10+
"hybridclr" : { "branch":"v7.10.0"},
1111
"il2cpp_plus": { "branch":"v2020-7.8.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.8.1"},
15+
"hybridclr" : { "branch":"v7.10.0"},
1616
"il2cpp_plus": { "branch":"v2021-7.8.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.8.1"},
20+
"hybridclr" : { "branch":"v7.10.0"},
2121
"il2cpp_plus": { "branch":"v2022-7.8.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.8.1"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-7.8.0"}
25+
"hybridclr" : { "branch":"v7.10.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-7.10.0"}
2727
},
2828
{
2929
"unity_version":"2023",
30-
"hybridclr" : { "branch":"v7.8.1"},
30+
"hybridclr" : { "branch":"v7.10.0"},
3131
"il2cpp_plus": { "branch":"v2023-7.8.0"}
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.8.1"},
35+
"hybridclr" : { "branch":"v7.10.0"},
3636
"il2cpp_plus": { "branch":"v6000-7.9.0"}
3737
}
3838
]

RELEASELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# ReleaseLog
22

3+
## 7.10.0
4+
5+
Release Date: 2025-04-22.
6+
7+
### Runtime
8+
9+
- [fix] fix the bug that doesn't lock g_MetadataLock in PDBImage::SetupStackFrameInfo.
10+
- [change] remove Il2CppTypeHash and Il2CppTypeEqualTo, replace with il2cpp::metadata::Il2CppTypeHash and il2cpp::metadata::Il2CppTypeEqualityComparer.
11+
- [merge] merge il2cpp changes from tuanjie 1.3.4 to 1.5.0, base unity from 2022.3.48 to 2022.3.55 .
12+
13+
### Editor
14+
15+
- [fix] fix bug of `CompileDll(BuildTarget target)` that use EditorUserBuildSettings.activeBuildTarget instead of target to call CompileDll.
16+
- [opt] AOTAssemblyMetadataStripper strips AOT assembly resources. (#54)
17+
318
## 7.9.0
419

520
Release Date: 2025-03-31.

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": "7.9.0",
3+
"version": "7.10.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)