Skip to content

Commit 14cc06e

Browse files
committed
Update change log and version.
1 parent 0ceabd4 commit 14cc06e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

UoFiddler/Forms/AboutBoxForm.resx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
</resheader>
120120
<data name="richTextBox1.Text" xml:space="preserve">
121121
<value>Version 4.16.0
122+
- Fixed some crashes when file paths are invalid.
123+
124+
Version 4.16.0
122125
- Added reading of compressed gump file introduced in version 7.0.104 (contributor Krubster based on ClassicUO team work)
123126
+ support is only partial so it can only read the files and decompress them
124127
+ saving will still produce old file type and there is no way to generate compressed UOP yet

UoFiddler/UoFiddler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<AssemblyTitle>UoFiddler</AssemblyTitle>
1010
<Product>UoFiddler</Product>
1111
<Copyright>Copyright © 2024</Copyright>
12-
<AssemblyVersion>4.16.0</AssemblyVersion>
13-
<FileVersion>4.16.0</FileVersion>
14-
<Version>4.16.0</Version>
12+
<AssemblyVersion>4.16.1</AssemblyVersion>
13+
<FileVersion>4.16.1</FileVersion>
14+
<Version>4.16.1</Version>
1515
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1616
</PropertyGroup>
1717
<PropertyGroup>

0 commit comments

Comments
 (0)