Added update handler.
This commit is contained in:
@@ -6,6 +6,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using BodyshopPartner.Utils.Growls;
|
||||
using BodyshopPartner.Models;
|
||||
using System.Reflection;
|
||||
|
||||
namespace BodyshopPartner.ViewModels
|
||||
{
|
||||
@@ -55,5 +56,12 @@ namespace BodyshopPartner.ViewModels
|
||||
get { return _httpServerLog; }
|
||||
set { SetProperty(ref _httpServerLog, value); }
|
||||
}
|
||||
|
||||
private string _appVersion = Assembly.GetExecutingAssembly().GetName().Version.ToString();
|
||||
public string AppVersion
|
||||
{
|
||||
get { return _appVersion; }
|
||||
set { SetProperty(ref _appVersion, value); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user