We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9a171 commit 5908a17Copy full SHA for 5908a17
2 files changed
Installer/latest.xml
@@ -1,7 +1,7 @@
1
<UpdateInfo>
2
<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>
+ <Latest>0.3.0</Latest>
+ <DownloadLocation>http://engy.us/VidCoder/VidCoder-0.3.0.exe</DownloadLocation>
+ <ChangelogLocation>http://vidcoder.codeplex.com/releases/view/44228</ChangelogLocation>
6
</Release>
7
</UpdateInfo>
VidCoder/ViewModel/MainViewModel.cs
@@ -103,6 +103,7 @@ public MainViewModel()
103
{
104
Settings.Default.Upgrade();
105
Settings.Default.ApplicationVersion = Utilities.CurrentVersion;
106
+ Settings.Default.Save();
107
}
108
109
this.logger = new Logger();
0 commit comments