build: 7.4.0.0

This commit is contained in:
goat 2023-01-14 14:30:07 +01:00
parent 34d3efb4b3
commit 6a9c23573f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup Label="Feature"> <PropertyGroup Label="Feature">
<DalamudVersion>7.3.5.0</DalamudVersion> <DalamudVersion>7.4.0.0</DalamudVersion>
<Description>XIV Launcher addon framework</Description> <Description>XIV Launcher addon framework</Description>
<AssemblyVersion>$(DalamudVersion)</AssemblyVersion> <AssemblyVersion>$(DalamudVersion)</AssemblyVersion>
<Version>$(DalamudVersion)</Version> <Version>$(DalamudVersion)</Version>

View file

@ -18,12 +18,11 @@ internal sealed class ChangelogWindow : Window, IDisposable
/// <summary> /// <summary>
/// Whether the latest update warrants a changelog window. /// Whether the latest update warrants a changelog window.
/// </summary> /// </summary>
public const string WarrantsChangelogForMajorMinor = "7.0."; public const string WarrantsChangelogForMajorMinor = "7.4.";
private const string ChangeLog = private const string ChangeLog =
@"• Updated Dalamud for compatibility with Patch 6.2 @"• Updated Dalamud for compatibility with Patch 6.3
Made things more speedy Made things more speedy by updating to .NET 7
Plugins can now be toggled off while remaining installed, instead of being removed completely
If you note any issues or need help, please check the FAQ, and reach out on our Discord if you need help. 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!"; Thanks and have fun!";