diff --git a/LiteDB.Studio.exe b/LiteDB.Studio.exe index afd10ff..27cdada 100644 Binary files a/LiteDB.Studio.exe and b/LiteDB.Studio.exe differ diff --git a/LiteDB.Studio/App.config b/LiteDB.Studio/App.config index 731f6de..ecdcf8a 100644 --- a/LiteDB.Studio/App.config +++ b/LiteDB.Studio/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/LiteDB.Studio/ICSharpCode.TextEditor/Resources/SQL-Mode.xshd b/LiteDB.Studio/ICSharpCode.TextEditor/Resources/SQL-Mode.xshd index 810374d..51aa51d 100644 --- a/LiteDB.Studio/ICSharpCode.TextEditor/Resources/SQL-Mode.xshd +++ b/LiteDB.Studio/ICSharpCode.TextEditor/Resources/SQL-Mode.xshd @@ -187,7 +187,6 @@ http://minisqlquery.codeplex.com/license - diff --git a/LiteDB.Studio/LiteDB.Studio.csproj b/LiteDB.Studio/LiteDB.Studio.csproj index 8127a9b..e1d5ef2 100644 --- a/LiteDB.Studio/LiteDB.Studio.csproj +++ b/LiteDB.Studio/LiteDB.Studio.csproj @@ -8,13 +8,13 @@ WinExe LiteDB.Studio LiteDB.Studio - v4.6.1 + v4.7.2 512 true + - AnyCPU true @@ -39,7 +39,7 @@ - ..\packages\LiteDB.5.0.0-alpha2\lib\net45\LiteDB.dll + ..\packages\LiteDB.5.0.0-beta\lib\net45\LiteDB.dll @@ -337,6 +337,9 @@ + + + @@ -349,6 +352,5 @@ - - + \ No newline at end of file diff --git a/LiteDB.Studio/Properties/AssemblyInfo.cs b/LiteDB.Studio/Properties/AssemblyInfo.cs index cf4ab12..deaa44a 100644 --- a/LiteDB.Studio/Properties/AssemblyInfo.cs +++ b/LiteDB.Studio/Properties/AssemblyInfo.cs @@ -12,5 +12,5 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("0002e0ff-c91f-4b8b-b29b-2a477e184408")] -[assembly: AssemblyVersion("0.5.1.0")] -[assembly: AssemblyFileVersion("0.5.1.0")] +[assembly: AssemblyVersion("0.5.2.0")] +[assembly: AssemblyFileVersion("0.5.2.0")] diff --git a/LiteDB.Studio/Properties/Resources.Designer.cs b/LiteDB.Studio/Properties/Resources.Designer.cs index 48dcc5a..a3f6122 100644 --- a/LiteDB.Studio/Properties/Resources.Designer.cs +++ b/LiteDB.Studio/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace LiteDB.Studio.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", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/LiteDB.Studio/Properties/Settings.Designer.cs b/LiteDB.Studio/Properties/Settings.Designer.cs index 2c084a2..fbf888e 100644 --- a/LiteDB.Studio/Properties/Settings.Designer.cs +++ b/LiteDB.Studio/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace LiteDB.Explorer.Properties -{ - - +namespace LiteDB.Studio.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.3.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } diff --git a/LiteDB.Studio/packages.config b/LiteDB.Studio/packages.config index 06d0e1b..26b9835 100644 --- a/LiteDB.Studio/packages.config +++ b/LiteDB.Studio/packages.config @@ -2,5 +2,5 @@ - + \ No newline at end of file