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",