diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 0502bb7..e7b313f 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -13,7 +13,7 @@ { "unity_version":"2022", "hybridclr" : { "branch":"v4.0.6"}, - "il2cpp_plus": { "branch":"v2022-4.0.4"} + "il2cpp_plus": { "branch":"v2022-4.0.5"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index c6d3030..5c82547 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,13 @@ # 发布日志 +## 4.0.10 + +发布日期 2023.10.12. + +### Runtime + +- [merge][il2cpp] 合并2022.3.10-2022.3.11f1的il2cpp改动,修复2022.3.11版本不兼容的问题 + ## 4.0.9 发布日期 2023.10.11. diff --git a/package.json b/package.json index a2fd667..fd039ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "4.0.9", + "version": "4.0.10", "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",