From 0b804fd5df94b66c6be119660581ab3978d31d59 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 4 Jul 2018 11:58:10 +0300 Subject: Fixed issue with machine studio update service version sorting. Added about dialog to machine studio with version information. Fixed issue with Stubs UI installer. Stubs UI v3.1 Machine Studio v1.0.0.10 --- .../StudioApplication/IStudioApplicationManager.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioApplication') diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioApplication/IStudioApplicationManager.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioApplication/IStudioApplicationManager.cs index c5010cb26..00e67ff3b 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioApplication/IStudioApplicationManager.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/StudioApplication/IStudioApplicationManager.cs @@ -56,6 +56,21 @@ namespace Tango.MachineStudio.Common.StudioApplication /// String Version { get; } + /// + /// Gets the core libraries version. + /// + String CoreVersion { get; } + + /// + /// Gets the build date. + /// + String BuildDate { get; } + + /// + /// Gets the change log. + /// + String ChangeLog { get; } + /// /// Notify the application manager about an external opened window. /// When application exists. All registered windows will be closed. -- cgit v1.3.1