From 3020d00bad0efa3169d4c5cc82cf6f21795ac209 Mon Sep 17 00:00:00 2001 From: Greg Date: Fri, 11 Oct 2024 12:38:52 -0500 Subject: [PATCH] 1.2.0 Try to fix https://github.com/Collective-Software/ClickPaste/issues/24 https://github.com/Collective-Software/ClickPaste/issues/28 --- ClickPaste.csproj | 4 ++++ Properties/AssemblyInfo.cs | 4 ++-- SettingsForm.Designer.cs | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ClickPaste.csproj b/ClickPaste.csproj index ba3dcb0..9a2cfc7 100644 --- a/ClickPaste.csproj +++ b/ClickPaste.csproj @@ -133,4 +133,8 @@ if $(ConfigurationName) == Release $(SolutionDir)\sign.bat $(TargetDir)\$(TargetFileName) $(TargetPath) + + + + \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 7edf6b3..f3dd940 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 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.2.0.0")] +[assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/SettingsForm.Designer.cs b/SettingsForm.Designer.cs index 808290a..4088d74 100644 --- a/SettingsForm.Designer.cs +++ b/SettingsForm.Designer.cs @@ -79,7 +79,7 @@ private void InitializeComponent() this.Method_Forms.Size = new System.Drawing.Size(104, 17); this.Method_Forms.TabIndex = 0; this.Method_Forms.TabStop = true; - this.Method_Forms.Tag = "1"; + this.Method_Forms.Tag = "0"; this.Method_Forms.Text = "Forms.SendKeys"; this.Method_Forms.UseVisualStyleBackColor = true; //