aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-26 14:08:27 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-26 14:08:27 +0300
commite2ae3a8f203d149094aa48ef576f7f0bc241fc8e (patch)
tree62a143d4878277151d3fb2e78bcdca3dcbee6ea9 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI
parentd5a855a3980a835460befab0acc36caa7f0230b7 (diff)
downloadTango-e2ae3a8f203d149094aa48ef576f7f0bc241fc8e.tar.gz
Tango-e2ae3a8f203d149094aa48ef576f7f0bc241fc8e.zip
Fixed several bugs with machine studio.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs
index d33b12a17..debeccded 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs
@@ -135,7 +135,7 @@ namespace Tango.MachineStudio.UI.StudioApplication
{
get
{
- return AssemblyHelper.GetCurrentAssemblyVersion().ToString(3);
+ return AssemblyHelper.GetCurrentAssemblyVersion().ToString(4);
}
}