Skip to content

Commit

Permalink
Update change log and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AsYlum- committed Jul 14, 2023
1 parent b2aaf16 commit 7898d43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions UoFiddler/Forms/AboutBoxForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing"">Blue</data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
Expand Down Expand Up @@ -118,7 +118,11 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="richTextBox1.Text" xml:space="preserve">
<value>Version 4.10.7
<value>Version 4.10.8
- Removed search popups for gumps, sounds, textures and tiledata. Moved search to the control screen.
- Removed obsolete setting to collapse right panel in sounds tab.

Version 4.10.7
- Fixed search ranges. Updated land tiles control layout.

Version 4.10.6
Expand Down
6 changes: 3 additions & 3 deletions UoFiddler/UoFiddler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<AssemblyTitle>UoFiddler</AssemblyTitle>
<Product>UoFiddler</Product>
<Copyright>Copyright © 2023</Copyright>
<AssemblyVersion>4.10.7</AssemblyVersion>
<FileVersion>4.10.7</FileVersion>
<Version>4.10.7</Version>
<AssemblyVersion>4.10.8</AssemblyVersion>
<FileVersion>4.10.8</FileVersion>
<Version>4.10.8</Version>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 7898d43

Please sign in to comment.