Skip to content

Commit 747694e

Browse files
committed
Updated change log and version.
1 parent a1f1124 commit 747694e

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.15
121+
<value>Version 4.9.16
122+
- Gump list will now select last inserted index when using "Insert at..." and "Insert starting from..." while "Show free slots" is enabled.
123+
124+
Version 4.9.15
122125
- Fixed problems with "Replace starting from.." in Items, Land tiles and Textures tabs. It now replaces tiles as it should. Stops when index reaches max index value.
123126
- Fixed "Show free slots" menu item not clearing its state after reloading files.
124127

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.15</AssemblyVersion>
12-
<FileVersion>4.9.15</FileVersion>
13-
<Version>4.9.15</Version>
11+
<AssemblyVersion>4.9.16</AssemblyVersion>
12+
<FileVersion>4.9.16</FileVersion>
13+
<Version>4.9.16</Version>
1414
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

0 commit comments

Comments
 (0)