We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a2c49 commit d6d8394Copy full SHA for d6d8394
Properties/AssemblyInfo.cs
@@ -8,5 +8,5 @@
8
9
10
[assembly: AssemblyTitle("LiveCaptions Translator")]
11
-[assembly: AssemblyVersion("1.6.1254.2719")]
12
-[assembly: AssemblyFileVersion("1.6.1254.2719")]
+[assembly: AssemblyVersion("1.7.1300.1822")]
+[assembly: AssemblyFileVersion("1.7.1300.1822")]
Properties/AssemblyInfo.tt
@@ -12,7 +12,7 @@ using System.Reflection;
<#
13
var date = DateTime.Now;
14
int major = 1;
15
- int minor = 6;
+ int minor = 7;
16
int build = int.Parse(date.ToString("yyMM")) / 2;
17
int revision = int.Parse(date.ToString("ddHH"));
18
#>
0 commit comments