Skip to content

Commit

Permalink
Update version history and number
Browse files Browse the repository at this point in the history
  • Loading branch information
bittiez committed Apr 10, 2024
1 parent a337074 commit 805810c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ClassicUO.Client/ClassicUO.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<ApplicationIcon>cuoicon.ico</ApplicationIcon>
<AssemblyName>ClassicUO</AssemblyName>
<RootNamespace>ClassicUO</RootNamespace>
<AssemblyVersion>3.22.0</AssemblyVersion>
<FileVersion>3.22.0</FileVersion>
<AssemblyVersion>3.23.0</AssemblyVersion>
<FileVersion>3.23.0</FileVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
4 changes: 3 additions & 1 deletion src/ClassicUO.Client/Game/UI/Gumps/VersionHistory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ internal class VersionHistory : Gump
{
private static string[] updateTexts = {
"/c[white][3.23.0]/cd\n" +
"- Nameplate healthbar poison and invul/paralyzed colors from Elderwyn",
"- Nameplate healthbar poison and invul/paralyzed colors from Elderwyn\n" +
"- Target indiciator option from original client from Elderwyn\n" +
"- Advanced skill gump improvements from Elderwyn",

"/c[white][3.22.0]/cd\n" +
"- Spell book icon fix\n" +
Expand Down

0 comments on commit 805810c

Please sign in to comment.