File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<UpdateInfo >
22 <Release >
3- <Latest >0.1 .0</Latest >
4- <DownloadLocation >http://engy.us/VidCoder/VidCoder-0.1 .0.exe</DownloadLocation >
5- <ChangelogLocation >http://engy.us/ </ChangelogLocation >
3+ <Latest >0.2 .0</Latest >
4+ <DownloadLocation >http://engy.us/VidCoder/VidCoder-0.2 .0.exe</DownloadLocation >
5+ <ChangelogLocation >http://vidcoder.codeplex.com/releases/view/43773 </ChangelogLocation >
66 </Release >
77</UpdateInfo >
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ public interface IUpdateService
1111 event EventHandler < EventArgs > UpdateDownloadCompleted ;
1212
1313 void CheckUpdates ( ) ;
14+ void HandlePendingUpdate ( ) ;
1415 void PromptToApplyUpdate ( ) ;
1516 void HandleUpdatedSettings ( bool updatesEnabled ) ;
1617
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ public MainViewModel()
102102
103103 this . logger = new Logger ( ) ;
104104
105+ this . updateService . HandlePendingUpdate ( ) ;
105106 this . updateService = ServiceFactory . UpdateService ;
106107 this . updateService . CheckUpdates ( ) ;
107108
You can’t perform that action at this time.
0 commit comments