aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-25 14:36:51 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2020-03-25 14:36:51 +0200
commit9f2461055ef42054026aab2da4e0363e57b67f2a (patch)
tree832f11418060c27211ca22157ecd4a4a0e573317 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
parent0826ff68565e476c5990945ed0cf8dacb2feee5b (diff)
parente3f44f81af2cc5a650041d06fe2106937af03560 (diff)
downloadTango-9f2461055ef42054026aab2da4e0363e57b67f2a.tar.gz
Tango-9f2461055ef42054026aab2da4e0363e57b67f2a.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
index 73a236dde..1d010ecfb 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
@@ -908,6 +908,7 @@ namespace Tango.PPC.Common.MachineUpdate
CheckForUpdateRequest request = new CheckForUpdateRequest();
request.SerialNumber = serialNumber;
request.Version = _app_manager.Version.ToString();
+ request.FirmwareVersion = _app_manager.FirmwareVersion?.ToString();
try
{