diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-03-04 14:35:58 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-03-04 14:35:58 +0200 |
| commit | 6082dfdb3d8cbffb1c2de651a4800e1b348f638e (patch) | |
| tree | 7f09168694e79f58bc8c64ec243fd104dd6854e6 | |
| parent | 795f3ab6ea36551281ec6442aa16b9547af96adc (diff) | |
| download | Tango-6082dfdb3d8cbffb1c2de651a4800e1b348f638e.tar.gz Tango-6082dfdb3d8cbffb1c2de651a4800e1b348f638e.zip | |
MS & Major Version.
| -rw-r--r-- | Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs | 2 | ||||
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Properties/AssemblyInfo.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs index 48c32e1b9..afe4677be 100644 --- a/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/FSE/Tango.FSE.UI/Properties/AssemblyInfo.cs @@ -8,4 +8,4 @@ using System.Windows; // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Tango FSE")] -[assembly: AssemblyVersion("1.4.6.0")] +[assembly: AssemblyVersion("2.0.0.0")] 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 c87abde49..88e1ee88d 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.9.6.0")] +[assembly: AssemblyVersion("5.0.0.0")] [assembly: ComVisible(false)]
\ No newline at end of file |
