Updated
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace EonaCat.Logger;
|
||||
using EonaCat.Versioning.Helpers;
|
||||
using System.Reflection;
|
||||
namespace EonaCat.Logger;
|
||||
// This file is part of the EonaCat project(s) which is released under the Apache License.
|
||||
// See the LICENSE file or go to https://EonaCat.com/License for full license details.
|
||||
|
||||
@@ -19,4 +21,6 @@ public static class DllInfo
|
||||
internal static string VersionName { get; }
|
||||
|
||||
public static string ApplicationName { get; internal set; } = "EonaCatLogger";
|
||||
|
||||
public static string EonaCatVersion => VersionHelper.GetEonaCatVersion(Assembly.GetExecutingAssembly());
|
||||
}
|
||||
Reference in New Issue
Block a user