diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-03 12:02:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-03 12:02:06 +0200 |
| commit | 2673941e1a4bcbf3dd74b3135d7587f117d96464 (patch) | |
| tree | 8410af3b66ba0e744b96c6d21214245288731e6a /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI | |
| parent | dc6af17011711e5e764af780c238a80a4e19644c (diff) | |
| download | Tango-2673941e1a4bcbf3dd74b3135d7587f117d96464.tar.gz Tango-2673941e1a4bcbf3dd74b3135d7587f117d96464.zip | |
Fixed issue with machine storage embedded paths parsing..
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs index c7c74f80d..c61e58fd8 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ using System.Runtime.InteropServices; [assembly: System.Windows.ThemeInfo(System.Windows.ResourceDictionaryLocation.None, System.Windows.ResourceDictionaryLocation.SourceAssembly)] [assembly: AssemblyTitle("Tango - Machine Studio")] -[assembly: AssemblyVersion("4.0.2.0")] +[assembly: AssemblyVersion("4.0.3.0")] [assembly: ComVisible(false)]
\ No newline at end of file |
