mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-18 15:37:42 +01:00
build number on about page
This commit is contained in:
parent
6d9b860c8b
commit
249dffe778
@ -86,8 +86,8 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
public async Task AboutAsync()
|
public async Task AboutAsync()
|
||||||
{
|
{
|
||||||
var debugText = string.Format("{0}: {1}", AppResources.Version,
|
var debugText = string.Format("{0}: {1} ({2})", AppResources.Version,
|
||||||
_platformUtilsService.GetApplicationVersion());
|
_platformUtilsService.GetApplicationVersion(), _deviceActionService.GetBuildNumber());
|
||||||
var text = string.Format("© 8bit Solutions LLC 2015-{0}\n\n{1}", DateTime.Now.Year, debugText);
|
var text = string.Format("© 8bit Solutions LLC 2015-{0}\n\n{1}", DateTime.Now.Year, debugText);
|
||||||
var copy = await _platformUtilsService.ShowDialogAsync(text, AppResources.Bitwarden, AppResources.Copy,
|
var copy = await _platformUtilsService.ShowDialogAsync(text, AppResources.Bitwarden, AppResources.Copy,
|
||||||
AppResources.Close);
|
AppResources.Close);
|
||||||
|
Loading…
Reference in New Issue
Block a user