From 2f91af8a799782b821acf4e66c84ea7aefa27048 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 30 Oct 2019 16:31:07 +0200 Subject: Added firmware version to TANGO_VERSIONS. Added total version info to TUP file as 'version.json'. --- Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs index 29d533043..eaf2c2002 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs @@ -12,6 +12,8 @@ namespace Tango.PPC.Common.Web { public String Version { get; set; } + public String FirmwareVersion { get; set; } + public String MachineVersionGuid { get; set; } public String Comments { get; set; } -- cgit v1.3.1