Skip to content

Commit 1f0053a

Browse files
committed
[version] Release v7.0.0
1 parent 15dccc7 commit 1f0053a

3 files changed

Lines changed: 28 additions & 13 deletions

File tree

Data~/hybridclr_version.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,28 @@
22
"versions": [
33
{
44
"unity_version":"2019",
5-
"hybridclr" : { "branch":"v6.10.0"},
6-
"il2cpp_plus": { "branch":"v2019-6.7.0"}
5+
"hybridclr" : { "branch":"v7.0.0"},
6+
"il2cpp_plus": { "branch":"v2019-7.0.0"}
77
},
88
{
99
"unity_version":"2020",
10-
"hybridclr" : { "branch":"v6.10.0"},
11-
"il2cpp_plus": { "branch":"v2020-6.7.0"}
10+
"hybridclr" : { "branch":"v7.0.0"},
11+
"il2cpp_plus": { "branch":"v2020-7.0.0"}
1212
},
1313
{
1414
"unity_version":"2021",
15-
"hybridclr" : { "branch":"v6.10.0"},
16-
"il2cpp_plus": { "branch":"v2021-6.9.0"}
15+
"hybridclr" : { "branch":"v7.0.0"},
16+
"il2cpp_plus": { "branch":"v2021-7.0.0"}
1717
},
1818
{
1919
"unity_version":"2022",
20-
"hybridclr" : { "branch":"v6.10.0"},
21-
"il2cpp_plus": { "branch":"v2022-6.11.0"}
20+
"hybridclr" : { "branch":"v7.0.0"},
21+
"il2cpp_plus": { "branch":"v2022-7.0.0"}
2222
},
2323
{
2424
"unity_version":"2022-tuanjie",
25-
"hybridclr" : { "branch":"v6.10.0"},
26-
"il2cpp_plus": { "branch":"v2022-tuanjie-6.11.0"}
25+
"hybridclr" : { "branch":"v7.0.0"},
26+
"il2cpp_plus": { "branch":"v2022-tuanjie-7.0.0"}
2727
},
2828
{
2929
"unity_version":"2023",
@@ -32,8 +32,8 @@
3232
},
3333
{
3434
"unity_version":"6000",
35-
"hybridclr" : { "branch":"v6.10.0"},
36-
"il2cpp_plus": { "branch":"v6000-6.9.0"}
35+
"hybridclr" : { "branch":"v7.0.0"},
36+
"il2cpp_plus": { "branch":"v6000-7.0.0"}
3737
}
3838
]
3939
}

RELEASELOG.md

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

3+
## 7.0.0
4+
5+
Release Date: 2024-11-15.
6+
7+
### Runtime
8+
9+
- [new] support method inlining
10+
- [refactor] refactor Transform codes
11+
12+
### Editor
13+
14+
- [new] add option RuntimeOptionId::MaxMethodBodyCacheSize and RuntimeOptionId::MaxMethodInlineDepth
15+
- [fix] fix the bug in GenericReferenceWriter where _systemTypePattern did not properly escape the '.' in type names. This caused issues when compiler-generated anonymous types and functions contained string sequences like 'System-Int', incorrectly matching them to 'System.Int', resulting in runtime exceptions.
16+
- [fix] fix the bug in `MissingMetadataChecker` where it did not check for missing fields.
17+
318
## 6.11.0
419

520
Release Date: 2024-10-31.

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": "6.11.0",
3+
"version": "7.0.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)