From 8d441a02d22a55a6f4aa209d021308d636c765eb Mon Sep 17 00:00:00 2001 From: walon Date: Wed, 11 Oct 2023 19:18:50 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v4.0.9=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Data~/hybridclr_version.json | 4 ++-- RELEASELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 7fec961..0502bb7 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -8,12 +8,12 @@ { "unity_version":"2021", "hybridclr" : { "branch":"v4.0.6"}, - "il2cpp_plus": { "branch":"v2021-4.0.3"} + "il2cpp_plus": { "branch":"v2021-4.0.4"} }, { "unity_version":"2022", "hybridclr" : { "branch":"v4.0.6"}, - "il2cpp_plus": { "branch":"v2022-4.0.3"} + "il2cpp_plus": { "branch":"v2022-4.0.4"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 21c6a59..c6d3030 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,18 @@ # 发布日志 +## 4.0.9 + +发布日期 2023.10.11. + +### Runtime + +- [merge][il2cpp][fix] 合并2021.3.29-2021.3.31f1的il2cpp改动,修复在2021.3.31版本的不兼容问题 +- [merge][il2cpp] 合并2022.3.7-2022.3.10f1的il2cpp改动 + +### Editor + +- [fix] 修复2022版本iOS平台AddLil2cppSourceCodeToXcodeproj2022OrNewer的编译错误 + ## 4.0.8 发布日期 2023.10.10. diff --git a/package.json b/package.json index 4f8c74b..a2fd667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "4.0.8", + "version": "4.0.9", "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",