From 7443e4a3fd062e15c953ad775df842c830bd4b19 Mon Sep 17 00:00:00 2001 From: Muhammad Rizqi Nur Date: Mon, 28 Mar 2022 17:04:17 +0700 Subject: [PATCH] Bump version for release --- PiP-Tool.Installer/PiP-Tool.Installer.vdproj | 2 +- PiP-Tool/PiP-Tool.csproj | 2 +- PiP-Tool/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PiP-Tool.Installer/PiP-Tool.Installer.vdproj b/PiP-Tool.Installer/PiP-Tool.Installer.vdproj index c3928ec..0f23716 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.4.0" + "ProductVersion" = "8:1.5.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 c7e6512..6af546d 100644 --- a/PiP-Tool/PiP-Tool.csproj +++ b/PiP-Tool/PiP-Tool.csproj @@ -36,7 +36,7 @@ publish.htm true 0 - 1.4.0.0 + 1.5.0.0 false true true diff --git a/PiP-Tool/Properties/AssemblyInfo.cs b/PiP-Tool/Properties/AssemblyInfo.cs index e67eb66..cdfb676 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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.5.0.0")] +[assembly: AssemblyFileVersion("1.5.0.0")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]