Skip to content

Commit 5908a17

Browse files
author
RandomEngy
committed
Updating auto update XML. Also possible fix for no messagebox showing after app update.
1 parent ac9a171 commit 5908a17

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Installer/latest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<UpdateInfo>
22
<Release>
3-
<Latest>0.2.1</Latest>
4-
<DownloadLocation>http://engy.us/VidCoder/VidCoder-0.2.1.exe</DownloadLocation>
5-
<ChangelogLocation>http://vidcoder.codeplex.com/releases/view/43861</ChangelogLocation>
3+
<Latest>0.3.0</Latest>
4+
<DownloadLocation>http://engy.us/VidCoder/VidCoder-0.3.0.exe</DownloadLocation>
5+
<ChangelogLocation>http://vidcoder.codeplex.com/releases/view/44228</ChangelogLocation>
66
</Release>
77
</UpdateInfo>

VidCoder/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ public MainViewModel()
103103
{
104104
Settings.Default.Upgrade();
105105
Settings.Default.ApplicationVersion = Utilities.CurrentVersion;
106+
Settings.Default.Save();
106107
}
107108

108109
this.logger = new Logger();

0 commit comments

Comments
 (0)