Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit 35a3409

Browse files
committed
Change the way the version is displayed
1 parent 6ad5881 commit 35a3409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/ViewModel/AboutViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private void SetLabelUi()
198198
var appVersion = GetAppVersion();
199199
WindowTitle = $"About {appTitle}";
200200
AppTitleLabel = appTitle;
201-
AppVersionLabel = $"v.{appVersion}";
201+
AppVersionLabel = $"v{appVersion}";
202202
CreatedTitleLabel = "Created by";
203203
BasedOnTitleLabel = "Based on";
204204
ProjectHomeTitleLabel = "Project home";

0 commit comments

Comments
 (0)