diff options
| author | Avi Levkovich <avi@twine-s.com> | 2018-11-22 17:05:01 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2018-11-22 17:05:01 +0200 |
| commit | 428926c2c15c34e289498e28c062670fc3488abd (patch) | |
| tree | c56a7bd8d086a820c9c4911ddd993c43370feafe /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs | |
| parent | 9da3c86aa9db1ba56b36c4cbc7ecde0bbfc24df3 (diff) | |
| parent | b34e5aaaa6c362c3294bdd973015c0148fcfa1d1 (diff) | |
| download | Tango-428926c2c15c34e289498e28c062670fc3488abd.tar.gz Tango-428926c2c15c34e289498e28c062670fc3488abd.zip | |
merge
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 | 3 |
1 files changed, 3 insertions, 0 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 f76e714a2..0047e311b 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Update/CheckForUpdatesRequest.cs @@ -18,5 +18,8 @@ namespace Tango.MachineStudio.Common.Update [DataMember] public String Version { get; set; } + + [DataMember] + public bool AcceptBetaRelease { get; set; } } } |
