aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-24 13:56:53 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-24 13:56:53 +0300
commit2485372366139f4f6bec48ab61e98ea1b6375b18 (patch)
tree0805f42d20898bb661d133b5c3c95b6bdae69a7b /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update
parent54802d8343dcb710ced4d009995a8cc796915039 (diff)
downloadTango-2485372366139f4f6bec48ab61e98ea1b6375b18.tar.gz
Tango-2485372366139f4f6bec48ab61e98ea1b6375b18.zip
Machine Studio v 1.0.0.5 !
Forced update. Hashed passwords.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs3
1 files changed, 3 insertions, 0 deletions
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 440e162a3..4fa23e872 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs
@@ -27,5 +27,8 @@ namespace Tango.MachineStudio.Common.Update
[DataMember]
public String Password { get; set; }
+
+ [DataMember]
+ public bool ForcedUpdate { get; set; }
}
}