From de7b60695a4b7b42cc6a96cb98a3cd8144ef04d0 Mon Sep 17 00:00:00 2001 From: walon Date: Sun, 19 Jan 2025 11:41:54 +0800 Subject: [PATCH] [version] Release v7.4.1 --- RELEASELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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",