mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-15 20:54:46 +00:00
Stores full version
This commit is contained in:
@@ -69,11 +69,7 @@ namespace PepperDash.Core
|
|||||||
|
|
||||||
CrestronConsole.PrintLine(msg);
|
CrestronConsole.PrintLine(msg);
|
||||||
|
|
||||||
PepperDashCoreVersion = string.Format("{0}.{1}.{2}.{3}", version.Major, version.Minor, version.Build, version.Revision);
|
PepperDashCoreVersion = fullVersionAtt.InformationalVersion;
|
||||||
|
|
||||||
msg = string.Format("[App {0}] Using PepperDash_Core v{1}", InitialParametersClass.ApplicationNumber, PepperDashCoreVersion);
|
|
||||||
|
|
||||||
CrestronConsole.PrintLine(msg);
|
|
||||||
|
|
||||||
LogError(ErrorLogLevel.Notice, msg);
|
LogError(ErrorLogLevel.Notice, msg);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user