mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
feat: use "D" prefix for dalamud version numbers
This commit is contained in:
parent
2c6471204c
commit
638dacbbf4
2 changed files with 2 additions and 2 deletions
|
|
@ -208,7 +208,7 @@ namespace Dalamud.Game {
|
|||
private void PrintWelcomeMessage() {
|
||||
var assemblyVersion = Assembly.GetAssembly(typeof(ChatHandlers)).GetName().Version.ToString();
|
||||
|
||||
this.dalamud.Framework.Gui.Chat.Print(string.Format(Loc.Localize("DalamudWelcome", "Dalamud v{0} loaded."), assemblyVersion));
|
||||
this.dalamud.Framework.Gui.Chat.Print(string.Format(Loc.Localize("DalamudWelcome", "Dalamud vD{0} loaded."), assemblyVersion));
|
||||
|
||||
foreach (var plugin in this.dalamud.PluginManager.Plugins)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ namespace Dalamud.Interface
|
|||
private const string CreditsTextTempl = @"
|
||||
Dalamud
|
||||
A FFXIV Hooking Framework
|
||||
Version {0}
|
||||
Version D{0}
|
||||
|
||||
|
||||
created by:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue