diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index b05909b..ea2cca0 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -2,37 +2,37 @@ "versions": [ { "unity_version":"2019", - "hybridclr" : { "branch":"v7.4.0"}, - "il2cpp_plus": { "branch":"v2019-7.4.0"} + "hybridclr" : { "branch":"v7.6.0"}, + "il2cpp_plus": { "branch":"v2019-7.6.0"} }, { "unity_version":"2020", - "hybridclr" : { "branch":"v7.4.0"}, - "il2cpp_plus": { "branch":"v2020-7.4.0"} + "hybridclr" : { "branch":"v7.6.0"}, + "il2cpp_plus": { "branch":"v2020-7.6.0"} }, { "unity_version":"2021", - "hybridclr" : { "branch":"v7.4.0"}, - "il2cpp_plus": { "branch":"v2021-7.4.0"} + "hybridclr" : { "branch":"v7.6.0"}, + "il2cpp_plus": { "branch":"v2021-7.6.0"} }, { "unity_version":"2022", - "hybridclr" : { "branch":"v7.4.0"}, + "hybridclr" : { "branch":"v7.6.0"}, "il2cpp_plus": { "branch":"v2022-7.4.0"} }, { "unity_version":"2022-tuanjie", - "hybridclr" : { "branch":"v7.4.0"}, + "hybridclr" : { "branch":"v7.6.0"}, "il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"} }, { "unity_version":"2023", - "hybridclr" : { "branch":"v7.4.0"}, + "hybridclr" : { "branch":"v7.6.0"}, "il2cpp_plus": { "branch":"v2023-7.4.0"} }, { "unity_version":"6000", - "hybridclr" : { "branch":"v7.4.0"}, + "hybridclr" : { "branch":"v7.6.0"}, "il2cpp_plus": { "branch":"v6000-7.4.0"} } ] diff --git a/RELEASELOG.md b/RELEASELOG.md index 393ea61..4f566c8 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,21 @@ # ReleaseLog +## 7.6.0 + +Release Date: 2025-03-01. + +### Runtime + +- [fix] fixed the bug in ClassFieldLayoutCalculator where it incorrectly handles [StructLayout] and blittable attribute when calculating the layout for structs. +- [fix] fix bug of computing explicit struct layout caused by commit "199b1b1a789d760828bd33e7e1438261cd1f8d15" +- [fix] fix the code `TokenGenericContextType key = { token, genericContext }` has compiler error in PS5 +- [merge] merge il2cpp changes from 2021.3.44f1 to 2021.3.49f1 + +### Editor + +- [fix] fixed the bug in the MethodBridge generator where it incorrectly handles [StructLayout] and blittable attribute when generating code for struct classes. +- [new] add AssemblySorter to sort assemblies by reference order + ## 7.5.0 Release Date: 2025-02-05. diff --git a/package.json b/package.json index 3b71c04..abd81c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.5.0", + "version": "7.6.0", "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",