diff --git a/RELEASELOG.md b/RELEASELOG.md index 38fdb16..b33677e 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,13 @@ # 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 Release Date: 2025-01-17. diff --git a/package.json b/package.json index 349728a..36bfa40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.4.0", + "version": "7.4.1", "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",