diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 13:42:25 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 13:42:25 +0300 |
| commit | c2b3ae31666b347f85985a0afdadb1d6b8db493a (patch) | |
| tree | cff60f1e8d00300269a0043f806e19f2dae4be5c /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs | |
| parent | fdd346378cea17bd885412fa9d11f3da370103cb (diff) | |
| download | Tango-c2b3ae31666b347f85985a0afdadb1d6b8db493a.tar.gz Tango-c2b3ae31666b347f85985a0afdadb1d6b8db493a.zip | |
Implemented revision number as delta years and day of year for auto incremented versions.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs | 4 |
1 files changed, 2 insertions, 2 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 c1dac8f6c..4290a9b71 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/StudioApplication/DefaultStudioApplicationManager.cs @@ -266,7 +266,7 @@ namespace Tango.MachineStudio.UI.StudioApplication { get { - return typeof(ExtendedObject).Assembly.GetName().Version.ToString(3); + return typeof(ExtendedObject).Assembly.GetName().Version.ToString(3); } } @@ -277,7 +277,7 @@ namespace Tango.MachineStudio.UI.StudioApplication { get { - return AssemblyHelper.GetCurrentAssemblyBuildDate().ToString(); + return AssemblyHelper.GetCurrentAssemblyBuildDate().ToShortDateString(); } } |
