Skip to content

Commit 93b4951

Browse files
committed
Update change log and version.
1 parent 0852a1b commit 93b4951

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

UoFiddler/Forms/AboutBoxForm.resx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,10 @@
118118
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
119119
</resheader>
120120
<data name="richTextBox1.Text" xml:space="preserve">
121-
<value>Version 4.9.17
121+
<value>Version 4.9.18
122+
- Fixed crash when exporting animation frames where action has missing frame.
123+
124+
Version 4.9.17
122125
- Updated client window enumeration logic to look for alternative clients first to fix Client.SendText() on OrionUO client.
123126

124127
Version 4.9.16

UoFiddler/UoFiddler.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<AssemblyTitle>UoFiddler</AssemblyTitle>
99
<Product>UoFiddler</Product>
1010
<Copyright>Copyright © 2020</Copyright>
11-
<AssemblyVersion>4.9.17</AssemblyVersion>
12-
<FileVersion>4.9.17</FileVersion>
13-
<Version>4.9.17</Version>
11+
<AssemblyVersion>4.9.18</AssemblyVersion>
12+
<FileVersion>4.9.18</FileVersion>
13+
<Version>4.9.18</Version>
1414
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)