Compare commits

..

No commits in common. "116e8aadbc641472c69ab6ae6ea87d4640b5cc59" and "49eac894a8817450cc11c99d1ce92c4f8520d7b3" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<PropertyGroup Label="Feature">
<Description>XIV Launcher addon framework</Description>
<DalamudVersion>13.0.0.6</DalamudVersion>
<DalamudVersion>13.0.0.5</DalamudVersion>
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
<Version>$(DalamudVersion)</Version>
<FileVersion>$(DalamudVersion)</FileVersion>

View file

@ -124,11 +124,11 @@ internal partial class ChatHandlers : IServiceType
var updateMessage = new SeStringBuilder()
.AddText(Loc.Localize("DalamudUpdated", "Dalamud has been updated successfully!"))
.AddUiForeground(500)
.AddText(" [ ")
.AddText(" [")
.Add(linkPayload)
.AddText(Loc.Localize("DalamudClickToViewChangelogs", "Click here to view the changelog."))
.AddText(Loc.Localize("DalamudClickToViewChangelogs", " Click here to view the changelog."))
.Add(RawPayload.LinkTerminator)
.AddText(" ]")
.AddText("]")
.AddUiForegroundOff();
chatGui.Print(new XivChatEntry