[version] 发布v5.4.1版本

main v5.4.1
walon 2024-05-30 12:49:11 +08:00
parent 47622bf49c
commit ef1b78caae
2 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,16 @@
# 发布日志
## 5.4.1
发布日期 2024.5.30.
### Editor
- [new] 支持visionOS平台
- [fix][**严重**] 修复计算 MonoPInvokeCallback的CallingConvention时如果delegate在其他程序集中定义会被错误当作Winapi导致wrapper签名计算错误的bug
- [fix] 修复tvOS平台使用了错误的Unity-iPhone.xcodeproj路径导致找不到project.pbxproj的bug
## 5.4.0
发布日期 2024.5.20.

View File

@ -1,6 +1,6 @@
{
"name": "com.code-philosophy.hybridclr",
"version": "5.4.0",
"version": "5.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",