diff --git a/SystemRestoreExplorer/Properties/Resources.Designer.cs b/SystemRestoreExplorer/Properties/Resources.Designer.cs index 551ff79..f198c82 100644 --- a/SystemRestoreExplorer/Properties/Resources.Designer.cs +++ b/SystemRestoreExplorer/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.21006.1 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SystemRestoreExplorer.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/SystemRestoreExplorer/Properties/Settings.Designer.cs b/SystemRestoreExplorer/Properties/Settings.Designer.cs index b6ede0d..09740a4 100644 --- a/SystemRestoreExplorer/Properties/Settings.Designer.cs +++ b/SystemRestoreExplorer/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.21006.1 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SystemRestoreExplorer.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/SystemRestoreExplorer/SelfUpdater.cs b/SystemRestoreExplorer/SelfUpdater.cs index 30612f7..2daf035 100644 --- a/SystemRestoreExplorer/SelfUpdater.cs +++ b/SystemRestoreExplorer/SelfUpdater.cs @@ -221,6 +221,7 @@ private void OnDownloadComplete(bool downloaded, string filePath) private bool CheckForNewVersion() { + return false; try { // Provide the XmlTextReader with the URL of our xml document @@ -241,7 +242,7 @@ private bool CheckForNewVersion() // Get the running version currentVersion = Assembly.GetExecutingAssembly().GetName().Version; - Debug.WriteLine(String.Format("Current version: {0}, Server version: {1}", currentVersion.ToString(), serverVersion.ToString())); + //Debug.WriteLine(String.Format("Current version: {0}, Server version: {1}", currentVersion.ToString(), serverVersion.ToString())); // Compare the versions if (currentVersion.CompareTo(serverVersion) < 0) diff --git a/SystemRestoreExplorer/SystemRestoreExplorer.csproj b/SystemRestoreExplorer/SystemRestoreExplorer.csproj index a3aa838..e0b9507 100644 --- a/SystemRestoreExplorer/SystemRestoreExplorer.csproj +++ b/SystemRestoreExplorer/SystemRestoreExplorer.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,7 @@ Properties SystemRestoreExplorer SystemRestoreExplorer - v3.5 + v4.8 512 rstrui.ico true @@ -44,6 +44,7 @@ + true @@ -55,6 +56,7 @@ 4 AnyCPU AllRules.ruleset + false pdbonly @@ -65,11 +67,9 @@ 4 AnyCPU AllRules.ruleset + false - - ..\References\AlphaVSS.Common.dll - 3.5 @@ -118,6 +118,7 @@ Resources.resx True + SettingsSingleFileGenerator @@ -177,6 +178,11 @@ true + + + 1.4.0 + +