mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
build: 7.4.0.0
This commit is contained in:
parent
34d3efb4b3
commit
6a9c23573f
2 changed files with 4 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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!";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue