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

Commit

Permalink
Update app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Invvard committed Jan 22, 2022
1 parent db7d8f0 commit cfc8bc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.2.1")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.3.0")]
[assembly: NeutralResourcesLanguage("en-US")]

Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public string AppTitleLabel

public string AppVersionLabel
{
get => _appVersionLabel;
get => $"{_appVersionLabel}-Beta";
set => Set(ref _appVersionLabel, value);
}

Expand Down

0 comments on commit cfc8bc8

Please sign in to comment.