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. --- .../Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs b/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs index 0347d35ea..e537d7d44 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Models/MachineStudioPendingUpload.cs @@ -15,12 +15,8 @@ namespace Tango.MachineService.Models public String Comments { get; set; } - public bool ForcedUpdate { get; set; } - public String FilePath { get; set; } - public bool IsStable { get; set; } - public String BlobName { get; set; } } } \ No newline at end of file -- cgit v1.3.1