Skip to content

Commit

Permalink
Fixed update checking not using the correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Aug 2, 2016
1 parent 5109bf4 commit 4f16d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MainApplication/Windows/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ private void MainWindow_Shown(object sender, EventArgs e)
{
new Thread(() =>
{
UpdateSystem.CurrentVersion = Assembly.GetAssembly(typeof (MainWindow)).GetName().Version;
UpdateSystem.UpdateFeedUri = new Uri(@"https://raw.githubusercontent.com/Klocman/Text-To-Screen/master/UpdateInfo.xml");
if (UpdateSystem.CheckForUpdates() == UpdateSystem.UpdateStatus.NewAvailable)
{
Expand Down

0 comments on commit 4f16d61

Please sign in to comment.