diff --git a/Essentials Core/PepperDashEssentialsBase/Comm and IR/ComPortController.cs b/Essentials Core/PepperDashEssentialsBase/Comm and IR/ComPortController.cs index 5e479f12..45c3a602 100644 --- a/Essentials Core/PepperDashEssentialsBase/Comm and IR/ComPortController.cs +++ b/Essentials Core/PepperDashEssentialsBase/Comm and IR/ComPortController.cs @@ -43,7 +43,7 @@ namespace PepperDash.Essentials.Core var result = Port.Register(); if (result != eDeviceRegistrationUnRegistrationResponse.Success) { - Debug.Console(0, this, "WARNING: Cannot register Com port: {0}", result); + Debug.Console(0, this, "ERROR: Cannot register Com port: {0}", result); return; // false } } diff --git a/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs b/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs index dd5e2b8d..7102e69e 100644 --- a/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs +++ b/Essentials/PepperDashEssentials/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ [assembly: AssemblyCompany("PepperDash Technology Corp")] [assembly: AssemblyProduct("PepperDashEssentials")] [assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")] -[assembly: AssemblyVersion("1.0.45.*")] +[assembly: AssemblyVersion("1.0.46.*")] diff --git a/Release Package/PepperDashEssentials.cpz b/Release Package/PepperDashEssentials.cpz index 9e3266ca..ac78187c 100644 Binary files a/Release Package/PepperDashEssentials.cpz and b/Release Package/PepperDashEssentials.cpz differ diff --git a/Release Package/PepperDashEssentials.dll b/Release Package/PepperDashEssentials.dll index 26409aff..5f2d91a6 100644 Binary files a/Release Package/PepperDashEssentials.dll and b/Release Package/PepperDashEssentials.dll differ