diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-10 13:32:03 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-10 13:32:03 +0200 |
| commit | e245356c722792f8c23aa483cb323f4c47b54fb6 (patch) | |
| tree | b6861fa22f2b5a476aa486ab7056297ff5621302 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs | |
| parent | 85be4860a445cd2cb5dcc01a582fbea5fe21c200 (diff) | |
| download | Tango-e245356c722792f8c23aa483cb323f4c47b54fb6.tar.gz Tango-e245356c722792f8c23aa483cb323f4c47b54fb6.zip | |
Added new event types.
Remove IsStable and AcceptBetaRelease from machine studio.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs index ce700adbf..e31a7f59e 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs @@ -11,7 +11,5 @@ namespace Tango.MachineStudio.Common.Update public class CheckForUpdatesRequest : WebRequestSecureMessage { public String Version { get; set; } - - public bool AcceptBetaRelease { get; set; } } } |
