From e245356c722792f8c23aa483cb323f4c47b54fb6 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Sun, 10 Feb 2019 13:32:03 +0200 Subject: Added new event types. Remove IsStable and AcceptBetaRelease from machine studio. --- .../Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs | 2 -- 1 file changed, 2 deletions(-) (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 ae1e958ab..450236f79 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesResponse.cs @@ -12,8 +12,6 @@ namespace Tango.MachineStudio.Common.Update { public bool IsUpdateAvailable { get; set; } - public bool IsStable { get; set; } - public String Version { get; set; } public String Comments { get; set; } -- cgit v1.3.1