Skip to content

Commit 8020a1b

Browse files
committed
Bump version for release
also remove debug messages
1 parent 02c53c6 commit 8020a1b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

PiP-Tool.Installer/PiP-Tool.Installer.vdproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@
27052705
"RemovePreviousVersions" = "11:TRUE"
27062706
"DetectNewerInstalledVersion" = "11:TRUE"
27072707
"InstallAllUsers" = "11:FALSE"
2708-
"ProductVersion" = "8:1.5.0"
2708+
"ProductVersion" = "8:1.6.0"
27092709
"Manufacturer" = "8:Lionel Jouin & R-N"
27102710
"ARPHELPTELEPHONE" = "8:"
27112711
"ARPHELPLINK" = "8:https://github.com/R-N/PiP-Tool"

PiP-Tool/PiP-Tool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<WebPage>publish.htm</WebPage>
3737
<AutorunEnabled>true</AutorunEnabled>
3838
<ApplicationRevision>0</ApplicationRevision>
39-
<ApplicationVersion>1.5.0.0</ApplicationVersion>
39+
<ApplicationVersion>1.6.0.0</ApplicationVersion>
4040
<UseApplicationTrust>false</UseApplicationTrust>
4141
<PublishWizardCompleted>true</PublishWizardCompleted>
4242
<BootstrapperEnabled>true</BootstrapperEnabled>

PiP-Tool/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@
5151
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
5252
// en utilisant '*', comme indiqué ci-dessous :
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.5.0.0")]
55-
[assembly: AssemblyFileVersion("1.5.0.0")]
54+
[assembly: AssemblyVersion("1.6.0.0")]
55+
[assembly: AssemblyFileVersion("1.6.0.0")]
5656
[assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]

PiP-Tool/ViewModels/PiPModeViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ private IntPtr ForwardInputs(int msg, IntPtr wParam, IntPtr lParam, ref bool han
516516
case WM.NCMOUSELEAVE:
517517
case WM.HSCROLL:
518518
case WM.VSCROLL:
519-
Logger.Instance.Debug("Sending key " + msg2);
519+
//Logger.Instance.Debug("Sending key " + msg2);
520520
NativeMethods.SendMessage(
521521
this._selectedWindow.WindowInfo.Handle,
522522
(uint)msg,

0 commit comments

Comments
 (0)