mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Commented out a read-only property. Merge Issue mabey
This commit is contained in:
parent
818d6c9ca5
commit
a13428fb4e
1 changed files with 4 additions and 1 deletions
|
|
@ -258,7 +258,10 @@ namespace PepperDash.Essentials
|
||||||
confObject.Info.RuntimeInfo.AppName = Assembly.GetExecutingAssembly().GetName().Name;
|
confObject.Info.RuntimeInfo.AppName = Assembly.GetExecutingAssembly().GetName().Name;
|
||||||
var version = Assembly.GetExecutingAssembly().GetName().Version;
|
var version = Assembly.GetExecutingAssembly().GetName().Version;
|
||||||
confObject.Info.RuntimeInfo.AssemblyVersion = string.Format("{0}.{1}.{2}", version.Major, version.Minor, version.Build);
|
confObject.Info.RuntimeInfo.AssemblyVersion = string.Format("{0}.{1}.{2}", version.Major, version.Minor, version.Build);
|
||||||
confObject.Info.RuntimeInfo.OsVersion = Crestron.SimplSharp.CrestronEnvironment.OSVersion.Firmware;
|
|
||||||
|
|
||||||
|
# warning I commented this out...read only property...Bad merge? JTA 2018-08-13 ;
|
||||||
|
//confObject.Info.RuntimeInfo.OsVersion = Crestron.SimplSharp.CrestronEnvironment.OSVersion.Firmware;
|
||||||
|
|
||||||
string postBody = JsonConvert.SerializeObject(confObject);
|
string postBody = JsonConvert.SerializeObject(confObject);
|
||||||
SystemUuid = confObject.SystemUuid;
|
SystemUuid = confObject.SystemUuid;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue