mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-20 23:07:43 +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() {
|
private void PrintWelcomeMessage() {
|
||||||
var assemblyVersion = Assembly.GetAssembly(typeof(ChatHandlers)).GetName().Version.ToString();
|
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)
|
foreach (var plugin in this.dalamud.PluginManager.Plugins)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@ namespace Dalamud.Interface
|
||||||
private const string CreditsTextTempl = @"
|
private const string CreditsTextTempl = @"
|
||||||
Dalamud
|
Dalamud
|
||||||
A FFXIV Hooking Framework
|
A FFXIV Hooking Framework
|
||||||
Version {0}
|
Version D{0}
|
||||||
|
|
||||||
|
|
||||||
created by:
|
created by:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue