aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
diff options
context:
space:
mode:
authorAvi Levkovich <avi@twine-s.com>2018-08-05 11:20:36 +0300
committerAvi Levkovich <avi@twine-s.com>2018-08-05 11:20:36 +0300
commit898213e7a5380bea18e5b45ef48b4d2d990b4832 (patch)
treec0067b6a26ad3853681c9151e1fe9fc5ac5503c6 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
parent3f78570409abd79e46dcb0bfe8f8e2127cc7f67c (diff)
parent9cdd202a86fec153935637fc43eef428fced2fd6 (diff)
downloadTango-898213e7a5380bea18e5b45ef48b4d2d990b4832.tar.gz
Tango-898213e7a5380bea18e5b45ef48b4d2d990b4832.zip
merge conflict
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
index a7750b39c..a468dc2e7 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/ViewModels/LoadingViewVM.cs
@@ -98,7 +98,7 @@ namespace Tango.MachineStudio.UI.ViewModels
{
Email = "ForceUpdate",
Password = "ForceUpdate",
- Version = ApplicationManager.Version,
+ Version = ApplicationManager.Version.ToString(),
});
if (response.IsUpdateAvailable && response.ForcedUpdate)