Skip to content

Commit

Permalink
build: 7.0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats committed Aug 24, 2022
1 parent 62f2531 commit c1564c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dalamud/Dalamud.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 5 additions & 3 deletions Dalamud/Interface/Internal/Windows/ChangelogWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ internal sealed class ChangelogWindow : Window, IDisposable
/// <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 =
Expand Down

0 comments on commit c1564c9

Please sign in to comment.