diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-28 15:50:27 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-07-28 15:50:27 +0300 |
| commit | 0281068b4adb3f94af50f2c758d3e0fa0fe5f191 (patch) | |
| tree | 63d1dcc9ce546722beb7689739a94194556013ba /Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs | |
| parent | 7c7aba43ab895d02e0209861550fed3bc12f3904 (diff) | |
| download | Tango-0281068b4adb3f94af50f2c758d3e0fa0fe5f191.tar.gz Tango-0281068b4adb3f94af50f2c758d3e0fa0fe5f191.zip | |
Added machine service version display to AzureUtils.
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs')
| -rw-r--r-- | Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs index 142676f82..386a7c4b8 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Properties/AssemblyInfo.cs @@ -24,4 +24,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.*")] +[assembly: AssemblyVersion("3.0.0.0")] |
