Moved messagePrefix to DllInfo

This commit is contained in:
2025-02-17 19:12:08 +01:00
parent c5cb238f42
commit 9bc225ee36
12 changed files with 31 additions and 37 deletions

View File

@@ -20,7 +20,7 @@ public static class DllInfo
internal static string VersionName { get; }
public static string ApplicationName { get; internal set; } = "EonaCatLogger";
public static string ApplicationName { get; set; } = "EonaCatLogger";
public static string EonaCatVersion => VersionHelper.GetEonaCatVersion(Assembly.GetExecutingAssembly());
}