tiny fix
This commit is contained in:
@ -35,7 +35,8 @@ namespace Billing.Views
|
||||
ShareLogsCommand = new Command(OnShareLogsCommand);
|
||||
InitializeComponent();
|
||||
|
||||
var (main, build) = Definition.GetVersion();
|
||||
var main = AppInfo.VersionString;
|
||||
var build = AppInfo.BuildString;
|
||||
SetValue(VersionProperty, $"{main} ({build})");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user