Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
also remove debug messages
  • Loading branch information
R-N committed Mar 28, 2022
1 parent 02c53c6 commit 8020a1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PiP-Tool.Installer/PiP-Tool.Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion PiP-Tool/PiP-Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<WebPage>publish.htm</WebPage>
<AutorunEnabled>true</AutorunEnabled>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.5.0.0</ApplicationVersion>
<ApplicationVersion>1.6.0.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down
4 changes: 2 additions & 2 deletions PiP-Tool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion PiP-Tool/ViewModels/PiPModeViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8020a1b

Please sign in to comment.