diff --git a/RELEASELOG.md b/RELEASELOG.md index b33677e..393ea61 100644 --- a/RELEASELOG.md +++ b/RELEASELOG.md @@ -1,5 +1,13 @@ # ReleaseLog +## 7.5.0 + +Release Date: 2025-02-05. + +### Editor + +- [revert] Revert 'support preserve UnityEngine core types when GenerateLinkXml'. + ## 7.4.1 Release Date: 2025-01-19. diff --git a/package.json b/package.json index 36bfa40..3b71c04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.code-philosophy.hybridclr", - "version": "7.4.1", + "version": "7.5.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",