Skip to content

Commit ea785a3

Browse files
committed
Added Update-Check on App-Start
1 parent 56c1727 commit ea785a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

OpenXR-Runtime-Switcher/MainForm.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ private void timerSplash_Tick(object sender, EventArgs e)
331331
{
332332
timerSplash.Enabled = false;
333333
this.Controls.Remove(panelSplash);
334+
CheckForUpdate(false);
334335
}
335336

336337
private void checkForUpdateToolStripMenuItem_Click(object sender, EventArgs e)

OpenXR-Runtime-Switcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.0.0")]
36-
[assembly: AssemblyFileVersion("1.0.0")]
35+
[assembly: AssemblyVersion("1.0.1")]
36+
[assembly: AssemblyFileVersion("1.0.1")]

0 commit comments

Comments
 (0)