From 603b0ccb2402dc40ba2566414023fe5131388d5b Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 31 Mar 2025 09:44:50 +0800 Subject: [PATCH] [version] Release v7.9.0 --- Data~/hybridclr_version.json | 2 +- RELEASELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 43047f8..71e77c5 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -33,7 +33,7 @@ { "unity_version":"6000", "hybridclr" : { "branch":"v7.8.1"}, - "il2cpp_plus": { "branch":"v6000-7.8.0"} + "il2cpp_plus": { "branch":"v6000-7.9.0"} } ] } \ No newline at end of file diff --git a/RELEASELOG.md b/RELEASELOG.md index 8845006..0cd36f4 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,13 @@ # ReleaseLog +## 7.9.0 + +Release Date: 2025-03-31. + +### Runtime + +- [merge] merge il2cpp changes from 6000.0.30f1 to 6000.0.44f1 + ## 7.8.1 Release Date: 2025-03-24. diff --git a/package.json b/package.json index bcd7c9d..4e39f57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.8.1", + "version": "7.9.0", "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",