build: 7.0.0.0

This commit is contained in:
goat 2022-08-24 21:45:42 +02:00
parent 62f2531e18
commit c1564c915e
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 6 additions and 4 deletions

View file

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

View file

@ -18,12 +18,14 @@ namespace Dalamud.Interface.Internal.Windows
/// <summary>
/// Whether the latest update warrants a changelog window.
/// </summary>
public const string WarrantsChangelogForMajorMinor = "6.4.";
public const string WarrantsChangelogForMajorMinor = "7.0.";
private const string ChangeLog =
@"• Updated Dalamud for compatibility with Patch 6.1.
@"• 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
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!";
private const string UpdatePluginsInfo =