[version] Release v7.10.0
parent
e44fa663db
commit
e5b52922f7
|
|
@ -2,37 +2,37 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2019",
|
"unity_version":"2019",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v2019-7.8.0"}
|
"il2cpp_plus": { "branch":"v2019-7.8.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2020",
|
"unity_version":"2020",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v2020-7.8.0"}
|
"il2cpp_plus": { "branch":"v2020-7.8.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v2021-7.8.0"}
|
"il2cpp_plus": { "branch":"v2021-7.8.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-7.8.0"}
|
"il2cpp_plus": { "branch":"v2022-7.8.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022-tuanjie",
|
"unity_version":"2022-tuanjie",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v2022-tuanjie-7.8.0"}
|
"il2cpp_plus": { "branch":"v2022-tuanjie-7.10.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2023",
|
"unity_version":"2023",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v2023-7.8.0"}
|
"il2cpp_plus": { "branch":"v2023-7.8.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"6000",
|
"unity_version":"6000",
|
||||||
"hybridclr" : { "branch":"v7.8.1"},
|
"hybridclr" : { "branch":"v7.10.0"},
|
||||||
"il2cpp_plus": { "branch":"v6000-7.9.0"}
|
"il2cpp_plus": { "branch":"v6000-7.9.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,20 @@
|
||||||
# ReleaseLog
|
# 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
|
## 7.9.0
|
||||||
|
|
||||||
Release Date: 2025-03-31.
|
Release Date: 2025-03-31.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "7.9.0",
|
"version": "7.10.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