diff --git a/PiP-Tool.Installer/PiP-Tool.Installer.vdproj b/PiP-Tool.Installer/PiP-Tool.Installer.vdproj index 1f88693..6f24ad9 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.6.2" + "ProductVersion" = "8:1.6.3" "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 eaab571..ff07e99 100644 --- a/PiP-Tool/PiP-Tool.csproj +++ b/PiP-Tool/PiP-Tool.csproj @@ -36,7 +36,7 @@ publish.htm true 0 - 1.6.2.0 + 1.6.3.0 false true true diff --git a/PiP-Tool/Properties/AssemblyInfo.cs b/PiP-Tool/Properties/AssemblyInfo.cs index 7472fca..2e54d5a 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.6.2.0")] -[assembly: AssemblyFileVersion("1.6.2.0")] +[assembly: AssemblyVersion("1.6.3.0")] +[assembly: AssemblyFileVersion("1.6.3.0")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]