Moved messagePrefix to DllInfo
This commit is contained in:
@@ -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());
|
||||
}
|
||||
Reference in New Issue
Block a user