diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs | 2 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionResponse.cs | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs index d75a94300..29d533043 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionRequest.cs @@ -15,5 +15,7 @@ namespace Tango.PPC.Common.Web public String MachineVersionGuid { get; set; } public String Comments { get; set; } + + public bool WithInstaller { get; set; } } } diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionResponse.cs index 9a0fc1a5f..0b4859915 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionResponse.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/UploadVersionResponse.cs @@ -13,5 +13,7 @@ namespace Tango.PPC.Common.Web public String Token { get; set; } public String BlobAddress { get; set; } + + public String InstallerBlobAddress { get; set; } } } |
