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

Commit cfc8bc8

Browse files
committed
Update app version
1 parent db7d8f0 commit cfc8bc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// You can specify all the values or you can default the Build and Revision Numbers
5151
// by using the '*' as shown below:
5252
// [assembly: AssemblyVersion("1.0.*")]
53-
[assembly: AssemblyVersion("1.0.1.0")]
54-
[assembly: AssemblyFileVersion("1.2.1")]
53+
[assembly: AssemblyVersion("2.0.0.0")]
54+
[assembly: AssemblyFileVersion("1.3.0")]
5555
[assembly: NeutralResourcesLanguage("en-US")]
5656

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public string AppTitleLabel
7070

7171
public string AppVersionLabel
7272
{
73-
get => _appVersionLabel;
73+
get => $"{_appVersionLabel}-Beta";
7474
set => Set(ref _appVersionLabel, value);
7575
}
7676

0 commit comments

Comments
 (0)