From 216d09f7b65fadc5d8fcd0bba82e5ac50ca58f06 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 12 Oct 2023 13:58:55 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v4.0.10=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 | 2 +- RELEASELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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",