From c2b3ae31666b347f85985a0afdadb1d6b8db493a Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 23 Jul 2018 13:42:25 +0300 Subject: Implemented revision number as delta years and day of year for auto incremented versions. --- Software/Visual_Studio/Tango.CodeGeneration/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.CodeGeneration') diff --git a/Software/Visual_Studio/Tango.CodeGeneration/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.CodeGeneration/Properties/AssemblyInfo.cs index 5ef962c67..8fa5894a3 100644 --- a/Software/Visual_Studio/Tango.CodeGeneration/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Tango.CodeGeneration/Properties/AssemblyInfo.cs @@ -3,5 +3,5 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Tango - Code Generation Components")] -[assembly: AssemblyVersion("2.0.2.1248")] +[assembly: AssemblyVersion("2.0.5.1321")] [assembly: ComVisible(false)] \ No newline at end of file -- cgit v1.3.1