Skip to content

Commit 756b906

Browse files
committed
[version] Release v7.6.0
1 parent 355e24f commit 756b906

3 files changed

Lines changed: 27 additions & 11 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,37 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v7.4.0"},
6-
"il2cpp_plus": { "branch":"v2019-7.4.0"}
5+
"hybridclr" : { "branch":"v7.6.0"},
6+
"il2cpp_plus": { "branch":"v2019-7.6.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v7.4.0"},
11-
"il2cpp_plus": { "branch":"v2020-7.4.0"}
10+
"hybridclr" : { "branch":"v7.6.0"},
11+
"il2cpp_plus": { "branch":"v2020-7.6.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v7.4.0"},
16-
"il2cpp_plus": { "branch":"v2021-7.4.0"}
15+
"hybridclr" : { "branch":"v7.6.0"},
16+
"il2cpp_plus": { "branch":"v2021-7.6.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v7.4.0"},
20+
"hybridclr" : { "branch":"v7.6.0"},
2121
"il2cpp_plus": { "branch":"v2022-7.4.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v7.4.0"},
25+
"hybridclr" : { "branch":"v7.6.0"},
2626
"il2cpp_plus": { "branch":"v2022-tuanjie-7.4.0"}
2727
},
2828
{
2929
"unity_version":"2023",
30-
"hybridclr" : { "branch":"v7.4.0"},
30+
"hybridclr" : { "branch":"v7.6.0"},
3131
"il2cpp_plus": { "branch":"v2023-7.4.0"}
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v7.4.0"},
35+
"hybridclr" : { "branch":"v7.6.0"},
3636
"il2cpp_plus": { "branch":"v6000-7.4.0"}
3737
}
3838
]

RELEASELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# ReleaseLog
22

3+
## 7.6.0
4+
5+
Release Date: 2025-03-01.
6+
7+
### Runtime
8+
9+
- [fix] fixed the bug in ClassFieldLayoutCalculator where it incorrectly handles [StructLayout] and blittable attribute when calculating the layout for structs.
10+
- [fix] fix bug of computing explicit struct layout caused by commit "199b1b1a789d760828bd33e7e1438261cd1f8d15"
11+
- [fix] fix the code `TokenGenericContextType key = { token, genericContext }` has compiler error in PS5
12+
- [merge] merge il2cpp changes from 2021.3.44f1 to 2021.3.49f1
13+
14+
### Editor
15+
16+
- [fix] fixed the bug in the MethodBridge generator where it incorrectly handles [StructLayout] and blittable attribute when generating code for struct classes.
17+
- [new] add AssemblySorter to sort assemblies by reference order
18+
319
## 7.5.0
420

521
Release Date: 2025-02-05.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.code-philosophy.hybridclr",
3-
"version": "7.5.0",
3+
"version": "7.6.0",
44
"displayName": "HybridCLR",
55
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
66
"category": "Runtime",

0 commit comments

Comments
 (0)