From 2485372366139f4f6bec48ab61e98ea1b6375b18 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 24 Jun 2018 13:56:53 +0300 Subject: Machine Studio v 1.0.0.5 ! Forced update. Hashed passwords. --- .../Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs') 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; } } } -- cgit v1.3.1