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/Tango.Editors | |
| 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/Tango.Editors')
| -rw-r--r-- | Software/Visual_Studio/Tango.Editors/Properties/AssemblyInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Editors/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.Editors/Properties/AssemblyInfo.cs index 6929733ef..e0144a2c1 100644 --- a/Software/Visual_Studio/Tango.Editors/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Tango.Editors/Properties/AssemblyInfo.cs @@ -5,7 +5,7 @@ using System.Runtime.InteropServices; using System.Windows; [assembly: AssemblyTitle("Tango - Visual Diagram Editing Components")] -[assembly: AssemblyVersion("2.0.4.1248")] +[assembly: AssemblyVersion("2.0.7.1321")] [assembly: ComVisible(false)] |
