From 6e951b6fa5fde4da1feea82525e0adb8a8bbe8e5 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 10 Mar 2019 00:43:11 +0000 Subject: [PATCH] Changed: upgrade .net framework --- Properties/AssemblyInfo.cs | 2 +- Properties/Resources.Designer.cs | 4 ++-- Properties/Resources.resx | 2 +- Properties/Settings.Designer.cs | 2 +- app.config | 3 +++ bomg.csproj | 3 ++- 6 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 app.config diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 21685e0..a72bcfb 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.0.082")] +[assembly: AssemblyVersion("0.2.0.083")] [assembly: AssemblyFileVersion("0.1.0.0")] diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index c4940a1..72717ac 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace bzit.bomg.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", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -89,7 +89,7 @@ namespace bzit.bomg.Properties { } /// - /// Looks up a localized string similar to 0.2.0.082 beta. + /// Looks up a localized string similar to 0.2.0.083 beta. /// internal static string app_version { get { diff --git a/Properties/Resources.resx b/Properties/Resources.resx index bfb5c40..5ca70ff 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -128,7 +128,7 @@ Bookmark Manager - 0.2.0.082 beta + 0.2.0.083 beta ..\Resources\cog.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a diff --git a/Properties/Settings.Designer.cs b/Properties/Settings.Designer.cs index 2ced36b..360780c 100644 --- a/Properties/Settings.Designer.cs +++ b/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace bzit.bomg.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.9.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/app.config b/app.config new file mode 100644 index 0000000..2a0024f --- /dev/null +++ b/app.config @@ -0,0 +1,3 @@ + + + diff --git a/bomg.csproj b/bomg.csproj index f2fee09..1bc6c83 100644 --- a/bomg.csproj +++ b/bomg.csproj @@ -10,7 +10,7 @@ Properties bzit.bomg bomg - v4.5.2 + v4.6.2 512 @@ -206,6 +206,7 @@ BigButton.cs + SettingsSingleFileGenerator