diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-25 18:18:35 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-25 18:18:35 +0200 |
| commit | e112866a2cf44ddeb5b40e8ffc84614ecfe6abdf (patch) | |
| tree | 48614b95fe9e3d549a465a7b381f432c21a0fef8 /Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs | |
| parent | 08d9858ecd0d4adb0c9c6076d7d2b1216e8f64c3 (diff) | |
| download | Tango-e112866a2cf44ddeb5b40e8ffc84614ecfe6abdf.tar.gz Tango-e112866a2cf44ddeb5b40e8ffc84614ecfe6abdf.zip | |
Implemented auto installer release for machine studio and PPC.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs index c64e8d5a0..116d74910 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/MachineStudioVersionDTOBase.cs @@ -38,6 +38,14 @@ namespace Tango.BL.DTO } /// <summary> + /// installer blob name + /// </summary> + public String InstallerBlobName + { + get; set; + } + + /// <summary> /// comments /// </summary> public String Comments |
