diff --git a/TypeClipboard/App.config b/TypeClipboard/App.config index 3992291..d51dc91 100644 --- a/TypeClipboard/App.config +++ b/TypeClipboard/App.config @@ -11,7 +11,7 @@ - True + False diff --git a/TypeClipboard/Properties/AssemblyInfo.cs b/TypeClipboard/Properties/AssemblyInfo.cs index 78f52b3..5af9ce5 100644 --- a/TypeClipboard/Properties/AssemblyInfo.cs +++ b/TypeClipboard/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("1.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] +[assembly: AssemblyVersion("1.3.6.0")] +[assembly: AssemblyFileVersion("1.3.6.0")] diff --git a/TypeClipboard/Properties/Settings.Designer.cs b/TypeClipboard/Properties/Settings.Designer.cs index a2feb68..c891a62 100644 --- a/TypeClipboard/Properties/Settings.Designer.cs +++ b/TypeClipboard/Properties/Settings.Designer.cs @@ -25,7 +25,7 @@ namespace TypeClipboard.Properties { [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("True")] + [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool enableHotkey { get { return ((bool)(this["enableHotkey"])); diff --git a/TypeClipboard/Properties/Settings.settings b/TypeClipboard/Properties/Settings.settings index cf5bb55..cf7ba8c 100644 --- a/TypeClipboard/Properties/Settings.settings +++ b/TypeClipboard/Properties/Settings.settings @@ -3,7 +3,7 @@ - True + False \ No newline at end of file diff --git a/TypeClipboard/TypeClipboard.csproj b/TypeClipboard/TypeClipboard.csproj index f058209..a4e3021 100644 --- a/TypeClipboard/TypeClipboard.csproj +++ b/TypeClipboard/TypeClipboard.csproj @@ -45,7 +45,8 @@ pdbonly true bin\Release\ - TRACE + + prompt 4 false @@ -106,7 +107,6 @@ - diff --git a/TypeClipboard/typeclipboard.ico b/TypeClipboard/typeclipboard.ico index a9f0f4c..582c200 100644 Binary files a/TypeClipboard/typeclipboard.ico and b/TypeClipboard/typeclipboard.ico differ