v 1.1.8; mob-303, fixed swapped template and system uuid fields in server delivered config

This commit is contained in:
Heath Volmer
2018-06-06 11:09:58 -06:00
parent 8e4c84dd02
commit 005b3f0843
4 changed files with 3 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ namespace PepperDash.Essentials
//public CotijaConfig Cotija { get; private set; } //public CotijaConfig Cotija { get; private set; }
[JsonProperty("templateUuid")] [JsonProperty("systemUuid")]
public string SystemUuid public string SystemUuid
{ {
get get
@@ -38,7 +38,7 @@ namespace PepperDash.Essentials
} }
} }
[JsonProperty("systemUuid")] [JsonProperty("templateUuid")]
public string TemplateUuid public string TemplateUuid
{ {
get get

View File

@@ -4,6 +4,4 @@
[assembly: AssemblyCompany("PepperDash Technology Corp")] [assembly: AssemblyCompany("PepperDash Technology Corp")]
[assembly: AssemblyProduct("PepperDashEssentials")] [assembly: AssemblyProduct("PepperDashEssentials")]
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")] [assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
[assembly: AssemblyVersion("1.1.7.*")] [assembly: AssemblyVersion("1.1.8.*")]