From 4e172129d8694c4006faf45d0a763f761a3c4c66 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 31 Oct 2024 09:44:33 +0800 Subject: [PATCH] [version] Release v6.11.0 --- Data~/hybridclr_version.json | 4 ++-- RELEASELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Data~/hybridclr_version.json b/Data~/hybridclr_version.json index 65fbbd5..4afb223 100644 --- a/Data~/hybridclr_version.json +++ b/Data~/hybridclr_version.json @@ -18,12 +18,12 @@ { "unity_version":"2022", "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2022-6.9.0"} + "il2cpp_plus": { "branch":"v2022-6.11.0"} }, { "unity_version":"2022-tuanjie", "hybridclr" : { "branch":"v6.10.0"}, - "il2cpp_plus": { "branch":"v2022-tuanjie-6.10.0"} + "il2cpp_plus": { "branch":"v2022-tuanjie-6.11.0"} }, { "unity_version":"2023", diff --git a/RELEASELOG.md b/RELEASELOG.md index 0134f8b..127d887 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,14 @@ # ReleaseLog +## 6.11.0 + +Release Date: 2024-10-31. + +### Runtime + +- [merge] Merges changes from Tuanjie versions 1.3.0 to 1.3.1 +- [merge] Merges il2cpp code changes from version 2022.3.48f1 to 2022.3.51f1 + ## 6.10.1 Release Date: 2024-10-24. diff --git a/package.json b/package.json index 28de892..a6f7ab2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "6.10.1", + "version": "6.11.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",