From 6a9c23573fd0d79af27a71c6ee264fca04000026 Mon Sep 17 00:00:00 2001 From: goat Date: Sat, 14 Jan 2023 14:30:07 +0100 Subject: [PATCH] build: 7.4.0.0 --- Dalamud/Dalamud.csproj | 2 +- Dalamud/Interface/Internal/Windows/ChangelogWindow.cs | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Dalamud/Dalamud.csproj b/Dalamud/Dalamud.csproj index 6d802f540..d0c6fdd22 100644 --- a/Dalamud/Dalamud.csproj +++ b/Dalamud/Dalamud.csproj @@ -8,7 +8,7 @@ - 7.3.5.0 + 7.4.0.0 XIV Launcher addon framework $(DalamudVersion) $(DalamudVersion) diff --git a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs index ea1f7cd95..05854210e 100644 --- a/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs +++ b/Dalamud/Interface/Internal/Windows/ChangelogWindow.cs @@ -18,12 +18,11 @@ internal sealed class ChangelogWindow : Window, IDisposable /// /// Whether the latest update warrants a changelog window. /// - public const string WarrantsChangelogForMajorMinor = "7.0."; + public const string WarrantsChangelogForMajorMinor = "7.4."; private const string ChangeLog = - @"• Updated Dalamud for compatibility with Patch 6.2 -• Made things more speedy -• Plugins can now be toggled off while remaining installed, instead of being removed completely + @"• Updated Dalamud for compatibility with Patch 6.3 +• Made things more speedy by updating to .NET 7 If you note any issues or need help, please check the FAQ, and reach out on our Discord if you need help. Thanks and have fun!";