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