From f80fa0d6cd00904a97669d873525908c37ba7316 Mon Sep 17 00:00:00 2001 From: Muhammad Rizqi Nur Date: Mon, 28 Mar 2022 01:39:10 +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 b6c07b1..a3c0674 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.2.0" + "ProductVersion" = "8:1.3.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 126b7ff..39f514c 100644 --- a/PiP-Tool/PiP-Tool.csproj +++ b/PiP-Tool/PiP-Tool.csproj @@ -36,7 +36,7 @@ publish.htm true 0 - 1.2.0.0 + 1.3.0.0 false true true diff --git a/PiP-Tool/Properties/AssemblyInfo.cs b/PiP-Tool/Properties/AssemblyInfo.cs index 0691c30..fa671b6 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.2.0.0")] -[assembly: AssemblyFileVersion("1.2.0.0")] +[assembly: AssemblyVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.3.0.0")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]