mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-06 08:16:11 +00:00
v 1.1.8; mob-303, fixed swapped template and system uuid fields in server delivered config
This commit is contained in:
@@ -25,7 +25,7 @@ namespace PepperDash.Essentials
|
||||
|
||||
//public CotijaConfig Cotija { get; private set; }
|
||||
|
||||
[JsonProperty("templateUuid")]
|
||||
[JsonProperty("systemUuid")]
|
||||
public string SystemUuid
|
||||
{
|
||||
get
|
||||
@@ -38,7 +38,7 @@ namespace PepperDash.Essentials
|
||||
}
|
||||
}
|
||||
|
||||
[JsonProperty("systemUuid")]
|
||||
[JsonProperty("templateUuid")]
|
||||
public string TemplateUuid
|
||||
{
|
||||
get
|
||||
|
||||
@@ -4,6 +4,4 @@
|
||||
[assembly: AssemblyCompany("PepperDash Technology Corp")]
|
||||
[assembly: AssemblyProduct("PepperDashEssentials")]
|
||||
[assembly: AssemblyCopyright("Copyright © PepperDash Technology Corp 2017")]
|
||||
[assembly: AssemblyVersion("1.1.7.*")]
|
||||
|
||||
|
||||
[assembly: AssemblyVersion("1.1.8.*")]
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user