From 1f9faf49a3ac4b6b5417188cd7579084d7563514 Mon Sep 17 00:00:00 2001 From: walon Date: Sun, 13 Aug 2023 13:07:49 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v3.4.2=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 | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 46ce6d7..3baddba 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -8,12 +8,12 @@ { "unity_version":"2021", "hybridclr" : { "branch":"v3.3.1"}, - "il2cpp_plus": { "branch":"v2021-3.3.1"} + "il2cpp_plus": { "branch":"v2021-3.3.2"} }, { "unity_version":"2022", "hybridclr" : { "branch":"v3.3.1"}, - "il2cpp_plus": { "branch":"v2022-3.3.1"} + "il2cpp_plus": { "branch":"v2022-3.3.2"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 26e3d66..bc198d0 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,19 @@ # 发布日志 +## 3.4.2 + +发布日期 2023.08.14。 + +### Runtime + +- [fix] 修复RawImage::LoadTables读取_4byteGUIDIndex的bug +- [version] 支持2022.3.7版本 +- [version] 支持2021.3.29版本 + +### Editor + +- [fix] 修复计算AOTGenericReference未考虑到泛型调用泛型的情况,导致少计算了泛型及补充元数据 + ## 3.4.1 发布日期 2023.07.31。 diff --git a/package.json b/package.json index 8038bd2..69b281e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "3.4.1", + "version": "3.4.2", "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",