[version] Release v7.4.1
parent
a11ebecf93
commit
de7b60695a
|
|
@ -1,5 +1,13 @@
|
||||||
# ReleaseLog
|
# ReleaseLog
|
||||||
|
|
||||||
|
## 7.4.1
|
||||||
|
|
||||||
|
Release Date: 2025-01-19.
|
||||||
|
|
||||||
|
### Editor
|
||||||
|
|
||||||
|
[fix] fixe the bug that preserving UnityEngine.PerformanceReportingModule when generating link.xml would cause the Android app built with Unity 2019 to crash on startup.
|
||||||
|
|
||||||
## 7.4.0
|
## 7.4.0
|
||||||
|
|
||||||
Release Date: 2025-01-17.
|
Release Date: 2025-01-17.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "com.code-philosophy.hybridclr",
|
"name": "com.code-philosophy.hybridclr",
|
||||||
"version": "7.4.0",
|
"version": "7.4.1",
|
||||||
"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