[version] Release v7.10.0

main
walon 2025-04-22 12:05:15 +08:00
parent e44fa663db
commit e5b52922f7
3 changed files with 24 additions and 9 deletions

View File

@ -2,37 +2,37 @@
"versions": [
{
"unity_version":"2019",
"hybridclr" : { "branch":"v7.8.1"},
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v2019-7.8.0"}
},
{
"unity_version":"2020",
"hybridclr" : { "branch":"v7.8.1"},
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v2020-7.8.0"}
},
{
"unity_version":"2021",
"hybridclr" : { "branch":"v7.8.1"},
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v2021-7.8.0"}
},
{
"unity_version":"2022",
"hybridclr" : { "branch":"v7.8.1"},
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v2022-7.8.0"}
},
{
"unity_version":"2022-tuanjie",
"hybridclr" : { "branch":"v7.8.1"},
"il2cpp_plus": { "branch":"v2022-tuanjie-7.8.0"}
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v2022-tuanjie-7.10.0"}
},
{
"unity_version":"2023",
"hybridclr" : { "branch":"v7.8.1"},
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v2023-7.8.0"}
},
{
"unity_version":"6000",
"hybridclr" : { "branch":"v7.8.1"},
"hybridclr" : { "branch":"v7.10.0"},
"il2cpp_plus": { "branch":"v6000-7.9.0"}
}
]

View File

@ -1,5 +1,20 @@
# ReleaseLog
## 7.10.0
Release Date: 2025-04-22.
### Runtime
- [fix] fix the bug that doesn't lock g_MetadataLock in PDBImage::SetupStackFrameInfo.
- [change] remove Il2CppTypeHash and Il2CppTypeEqualTo, replace with il2cpp::metadata::Il2CppTypeHash and il2cpp::metadata::Il2CppTypeEqualityComparer.
- [merge] merge il2cpp changes from tuanjie 1.3.4 to 1.5.0, base unity from 2022.3.48 to 2022.3.55 .
### Editor
- [fix] fix bug of `CompileDll(BuildTarget target)` that use EditorUserBuildSettings.activeBuildTarget instead of target to call CompileDll.
- [opt] AOTAssemblyMetadataStripper strips AOT assembly resources. (#54)
## 7.9.0
Release Date: 2025-03-31.

View File

@ -1,6 +1,6 @@
{
"name": "com.code-philosophy.hybridclr",
"version": "7.9.0",
"version": "7.10.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",