mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
v 1.1.8; mob-303, fixed swapped template and system uuid fields in server delivered config
This commit is contained in:
parent
8e4c84dd02
commit
005b3f0843
4 changed files with 3 additions and 5 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue