parent
49873ba6ed
commit
b49b94521e
|
@ -2,12 +2,12 @@
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"unity_version":"2021",
|
"unity_version":"2021",
|
||||||
"hybridclr" : { "branch":"v3.0.1"},
|
"hybridclr" : { "branch":"v3.0.2"},
|
||||||
"il2cpp_plus": { "branch":"v2021-3.0.0"}
|
"il2cpp_plus": { "branch":"v2021-3.0.0"}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"unity_version":"2022",
|
"unity_version":"2022",
|
||||||
"hybridclr" : { "branch":"v3.0.1"},
|
"hybridclr" : { "branch":"v3.0.2"},
|
||||||
"il2cpp_plus": { "branch":"v2022-3.0.0"}
|
"il2cpp_plus": { "branch":"v2022-3.0.0"}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,5 +1,15 @@
|
||||||
# 发布日志
|
# 发布日志
|
||||||
|
|
||||||
|
## 3.0.2
|
||||||
|
|
||||||
|
### 改动
|
||||||
|
|
||||||
|
- 移除 `HybridCLR/CreateAOTDllSnapshot`菜单
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复Memory Profiler中创建内存快照时崩溃的bug
|
||||||
|
|
||||||
## 3.0.1
|
## 3.0.1
|
||||||
|
|
||||||
### 改动
|
### 改动
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"displayName": "HybridCLR",
|
"displayName": "HybridCLR",
|
||||||
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
"description": "HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.",
|
||||||
"category": "Runtime",
|
"category": "Runtime",
|
||||||
|
|
Loading…
Reference in New Issue