From 992208add11db73cb1ffb48c5ccedb0c883aafd0 Mon Sep 17 00:00:00 2001 From: Roy Date: Wed, 2 Nov 2022 04:49:10 +0200 Subject: PPC multi version support completed on PPC,FSE,MS,DB. --- .../PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Application') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs index a9d4e7c3a..6002b3809 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Application/IPPCApplicationManager.cs @@ -110,6 +110,16 @@ namespace Tango.PPC.Common.Application /// Version FirmwareVersion { get; } + /// + /// Gets the version tag. + /// + String VersionTag { get; } + + /// + /// Gets the version and tag display. + /// + String VersionAndTag { get; } + /// /// Gets the application build date. /// -- cgit v1.3.1