aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Models
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2019-11-03 09:04:15 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2019-11-03 09:04:15 +0200
commit81ff404b04a891bdbcd53493b4af85224c9b0cd1 (patch)
treea4fc57e13aeae1cb78dff945bc95317236c7f426 /Software/Visual_Studio/Web/Tango.MachineService/Models
parent83ae7ccdbcd3332926438a42a6d8e33d4da35140 (diff)
parentef601f78d1e17cefc5bb4df82b4108d93cdea9dc (diff)
downloadTango-81ff404b04a891bdbcd53493b4af85224c9b0cd1.tar.gz
Tango-81ff404b04a891bdbcd53493b4af85224c9b0cd1.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
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; }