From 1618020f7051653cba7c0f53e200e959e9e94369 Mon Sep 17 00:00:00 2001 From: Muhammad Rizqi Nur Date: Tue, 29 Mar 2022 14:04:22 +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 b185dcb..6cc5f82 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.0" + "ProductVersion" = "8:1.6.1" "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 0ee806b..828c333 100644 --- a/PiP-Tool/PiP-Tool.csproj +++ b/PiP-Tool/PiP-Tool.csproj @@ -36,7 +36,7 @@ publish.htm true 0 - 1.6.0.0 + 1.6.1.0 false true true diff --git a/PiP-Tool/Properties/AssemblyInfo.cs b/PiP-Tool/Properties/AssemblyInfo.cs index e8b98ff..2074a21 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.0.0")] -[assembly: AssemblyFileVersion("1.6.0.0")] +[assembly: AssemblyVersion("1.6.1.0")] +[assembly: AssemblyFileVersion("1.6.1.0")] [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config")]