From 3499090dce4acc5b5d4bbb02f07f138950790b25 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 2 Aug 2018 10:44:57 +0300 Subject: Implemented new version display in machine studio. Added release notes to machine studio update center. --- .../Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs index 4fa23e872..8ae921156 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs @@ -16,6 +16,9 @@ namespace Tango.MachineStudio.Common.Update [DataMember] public String Version { get; set; } + [DataMember] + public String Comments { get; set; } + [DataMember] public String FtpHost { get; set; } -- cgit v1.3.1