示例#1
0
 private void NotifyUpdate(UpdateInfo updateInfo)
 {
     Logger.LogInfo("New version {0} available online at {1}", updateInfo.Version, updateInfo.Url);
     _updateNotificationListeners.ForAll(x => x.NotifyUpdate(updateInfo));
 }