diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-05 18:06:21 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-12-05 18:06:21 +0200 |
| commit | 9259bc36791a7084ae33bcf0a698101ddb24d28f (patch) | |
| tree | 81f41efe302cf8381e282315ce209baf71d78d0f /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs | |
| parent | 959b48659a8ad212add5927a43da7f5593c54249 (diff) | |
| download | Tango-9259bc36791a7084ae33bcf0a698101ddb24d28f.tar.gz Tango-9259bc36791a7084ae33bcf0a698101ddb24d28f.zip | |
Integrated CDN downloads to PPC and MS.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs index 3209b9a2f..60251d455 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Web/DownloadLatestVersionResponse.cs @@ -12,5 +12,7 @@ namespace Tango.MachineStudio.Common.Web public String Version { get; set; } public String BlobAddress { get; set; } + + public String CdnAddress { get; set; } } } |
