aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Models
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-10-30 16:31:07 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-10-30 16:31:07 +0200
commit2f91af8a799782b821acf4e66c84ea7aefa27048 (patch)
tree06b4cd65f41aa3180d0a93adc4e8d45b72d3462b /Software/Visual_Studio/Web/Tango.MachineService/Models
parentd9f518d92d3a8e51d0edb90b1b9fd419a518b302 (diff)
downloadTango-2f91af8a799782b821acf4e66c84ea7aefa27048.tar.gz
Tango-2f91af8a799782b821acf4e66c84ea7aefa27048.zip
Added firmware version to TANGO_VERSIONS.
Added total version info to TUP file as 'version.json'.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs
index b97d8b6c8..408fd74dc 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/PPCPendingUpload.cs
@@ -11,6 +11,8 @@ namespace Tango.MachineService.Models
public String Version { get; set; }
+ public String FirmwareVersion { get; set; }
+
public String UserGuid { get; set; }
public String Comments { get; set; }