Skip to content

Commit 843fe66

Browse files
committed
Version 5.4.6
1 parent c02224d commit 843fe66

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### 5.4.5
1+
### 5.4.6
2+
* BUG FIX - Fix ResizeUI nullref crash if component is destroyed
3+
* BUG FIX - Replace culture sensitive string operations with invariant or ordinal to fix issues on Turkish and some other system locales
4+
5+
### 5.4.5
26
* FEATURE - Add basic resizer support for NGUI
37

48
### 5.4.4

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- Use these properties to change version numbers globally -->
33
<PropertyGroup>
44
<!-- Plugin version -->
5-
<Version>5.4.5</Version>
5+
<Version>5.4.6</Version>
66
<!-- XUnity.Common version -->
7-
<VersionCommon>1.0.3</VersionCommon>
7+
<VersionCommon>1.0.4</VersionCommon>
88
<!-- XUnity.AutoTranslator.Plugin.ExtProtocol version -->
99
<VersionExtProtocol>1.0.1</VersionExtProtocol>
1010
<!-- XUnity.ResourceRedirector version -->

0 commit comments

Comments
 (0)