diff --git a/PiP-Tool.Installer/PiP-Tool.Installer.vdproj b/PiP-Tool.Installer/PiP-Tool.Installer.vdproj index 0f23716..b185dcb 100644 --- a/PiP-Tool.Installer/PiP-Tool.Installer.vdproj +++ b/PiP-Tool.Installer/PiP-Tool.Installer.vdproj @@ -2705,7 +2705,7 @@ "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.5.0" + "ProductVersion" = "8:1.6.0" "Manufacturer" = "8:Lionel Jouin & R-N" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/R-N/PiP-Tool" diff --git a/PiP-Tool/PiP-Tool.csproj b/PiP-Tool/PiP-Tool.csproj index 6af546d..0ee806b 100644 --- a/PiP-Tool/PiP-Tool.csproj +++ b/PiP-Tool/PiP-Tool.csproj @@ -36,7 +36,7 @@ publish.htm true 0 - 1.5.0.0 + 1.6.0.0 false true true diff --git a/PiP-Tool/Properties/AssemblyInfo.cs b/PiP-Tool/Properties/AssemblyInfo.cs index cdfb676..e8b98ff 100644 --- a/PiP-Tool/Properties/AssemblyInfo.cs +++ b/PiP-Tool/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ // Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut // en utilisant '*', comme indiqué ci-dessous : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.5.0.0")] -[assembly: AssemblyFileVersion("1.5.0.0")] +[assembly: AssemblyVersion("1.6.0.0")] +[assembly: AssemblyFileVersion("1.6.0.0")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")] diff --git a/PiP-Tool/ViewModels/PiPModeViewModel.cs b/PiP-Tool/ViewModels/PiPModeViewModel.cs index 3bb66d1..dba834c 100644 --- a/PiP-Tool/ViewModels/PiPModeViewModel.cs +++ b/PiP-Tool/ViewModels/PiPModeViewModel.cs @@ -516,7 +516,7 @@ private IntPtr ForwardInputs(int msg, IntPtr wParam, IntPtr lParam, ref bool han case WM.NCMOUSELEAVE: case WM.HSCROLL: case WM.VSCROLL: - Logger.Instance.Debug("Sending key " + msg2); + //Logger.Instance.Debug("Sending key " + msg2); NativeMethods.SendMessage( this._selectedWindow.WindowInfo.Handle, (uint)msg,