Release beta 1.7.1
This commit is contained in:
@@ -602,7 +602,7 @@ namespace Wino.Mail.ViewModels
|
||||
{
|
||||
NavigationService.Navigate(winoPage);
|
||||
|
||||
StatePersistenceService.CoreWindowTitle = "Wino Mail";
|
||||
StatePersistenceService.CoreWindowTitle = "Wino Mail Beta";
|
||||
}
|
||||
|
||||
public async Task MenuItemInvokedOrSelectedAsync(IMenuItem clickedMenuItem)
|
||||
|
||||
@@ -8,7 +8,7 @@ namespace Wino.Mail.ViewModels
|
||||
{
|
||||
public partial class WelcomePageViewModel : BaseViewModel
|
||||
{
|
||||
public const string VersionFile = "170.md";
|
||||
public const string VersionFile = "171.md";
|
||||
|
||||
private readonly IFileService _fileService;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user