From b024a18ba16cccb7ac3c72cf3ce272ef025eb5e4 Mon Sep 17 00:00:00 2001 From: walon Date: Tue, 26 Sep 2023 16:25:13 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v4.0.6=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 | 9 +++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 16a4893..97c8c09 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -8,12 +8,12 @@ { "unity_version":"2021", "hybridclr" : { "branch":"v4.0.4"}, - "il2cpp_plus": { "branch":"v2021-4.0.1"} + "il2cpp_plus": { "branch":"v2021-4.0.2"} }, { "unity_version":"2022", "hybridclr" : { "branch":"v4.0.4"}, - "il2cpp_plus": { "branch":"v2022-4.0.1"} + "il2cpp_plus": { "branch":"v2022-4.0.2"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 498f5c1..0f20657 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,14 @@ # 发布日志 +## 4.0.6 + +发布日期 2023.09.26. + +### Runtime + +- [fix] 修复2021和2022版本开启完全泛型共享后的bug +- [fix] 修复加载PlaceHolder Assembly后未增加assemblyVersion导致Assembly::GetAssemblies()错误地获得了旧程序集列表的bug + ## 4.0.5 发布日期 2023.09.25. diff --git a/package.json b/package.json index 006d09a..bd1e5bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "4.0.5", + "version": "4.0.6", "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",