diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-05 22:18:14 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-08-05 22:18:14 +0300 |
| commit | 03bc9bd370929884f98ee9488146646d44911efd (patch) | |
| tree | b4c694fa99ab2f351f4097ae0467a320cc5d9a59 /Software/Visual_Studio/PPC/Tango.PPC.Common/Web | |
| parent | 568ffe0a9c0141c4530d962f134b4c5960d6ff9b (diff) | |
| download | Tango-03bc9bd370929884f98ee9488146646d44911efd.tar.gz Tango-03bc9bd370929884f98ee9488146646d44911efd.zip | |
Improved PPC Publisher for Firmware version display and validation.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Web')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Web/LatestVersionResponse.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/LatestVersionResponse.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/LatestVersionResponse.cs index d2ed08f7d..eb5ef7f5a 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/LatestVersionResponse.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Web/LatestVersionResponse.cs @@ -11,5 +11,6 @@ namespace Tango.PPC.Common.Web public class LatestVersionResponse : WebResponseMessage { public String Version { get; set; } + public String FirmwareVersion { get; set; } } } |
