From febff1c658fa9d76726f3aa25f26ec6d35c1e2e6 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 2 Nov 2023 10:51:58 +0800 Subject: [PATCH] =?UTF-8?q?[version]=20=E5=8F=91=E5=B8=83v4.0.12=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RELEASELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/RELEASELOG.md b/RELEASELOG.md index a8a53b1..2c4acf0 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,8 +1,16 @@ # 发布日志 +## 4.0.12 + +发布日期 2023.11.02. + +### Editor + +- [fix] 修复BashUtil.RemoveDir的bug导致Installer安装失败的bug + ## 4.0.11 -发布日期 2023.11.02 +发布日期 2023.11.02. ### Runtime diff --git a/package.json b/package.json index 9a7e257..2dd82ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "4.0.11", + "version": "4.0.12", "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",