We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a88f26 commit 20cdc1aCopy full SHA for 20cdc1a
2 files changed
Program.cs
@@ -96,6 +96,9 @@ public AppContext() {
96
timer.Tick += new EventHandler(timer_Tick);
97
98
SetIsLightTheme();
99
+
100
+ Settings.Default.Upgrade();
101
+ Settings.Default.Save();
102
103
setIcons();
104
Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@
32
// You can specify all the values or you can default the Build and Revision Numbers
33
// by using the '*' as shown below:
34
// [assembly: AssemblyVersion("1.0.*")]
35
-[assembly: AssemblyVersion("1.3.2.0")]
36
-[assembly: AssemblyFileVersion("1.3.2.0")]
+[assembly: AssemblyVersion("1.3.3.0")]
+[assembly: AssemblyFileVersion("1.3.3.0")]
0 commit comments