From 74f43b16645288fcfabfda3d408443a57af27e9b Mon Sep 17 00:00:00 2001 From: "harald.martini@student.tugraz.at" <harald.martini@student.tugraz.at> Date: Tue, 5 Oct 2021 07:17:55 +0200 Subject: [PATCH] Changed Application Title to VECTO Multistep --- VECTO3GUI2020/ViewModel/Implementation/MainWindowViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VECTO3GUI2020/ViewModel/Implementation/MainWindowViewModel.cs b/VECTO3GUI2020/ViewModel/Implementation/MainWindowViewModel.cs index 9d35d979eb..9454c8c3a3 100644 --- a/VECTO3GUI2020/ViewModel/Implementation/MainWindowViewModel.cs +++ b/VECTO3GUI2020/ViewModel/Implementation/MainWindowViewModel.cs @@ -80,7 +80,7 @@ namespace VECTO3GUI2020.ViewModel.Implementation set => SetProperty(ref _jobListVm, value); } - public string Version => "VECTO Multistage " + Assembly.GetExecutingAssembly().GetName().Version + " (For Testing and Feedback)"; + public string Version => "VECTO Multistep " + Assembly.GetExecutingAssembly().GetName().Version + " (For Testing and Feedback)"; #endregion -- GitLab