Update for new version handling in settings provider

This commit is contained in:
2014-12-13 08:05:47 -05:00
parent 8f3a532abc
commit e3e17aa828
2 changed files with 22 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ namespace FeedCenter
genericProvider.SetSettingValue = SettingsStore.SetSettingValue;
genericProvider.DeleteSettingsForVersion = SettingsStore.DeleteSettingsForVersion;
genericProvider.GetVersionList = SettingsStore.GetVersionList;
genericProvider.DeleteOldVersionsOnUpgrade = false;
genericProvider.DeleteOldVersionsOnUpgrade = true;
// Initialize the tracer with the current process ID
Tracer.Initialize(SystemConfiguration.UserSettingsPath, FeedCenter.Properties.Resources.ApplicationName, Process.GetCurrentProcess().Id.ToString(CultureInfo.InvariantCulture), false);