From cefa7371fe5ec719032de8615d654a65d0001b75 Mon Sep 17 00:00:00 2001 From: Xavier Foucrier Date: Tue, 1 Feb 2022 10:47:24 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- code/Properties/AssemblyInfo.cs | 4 ++-- setup/setup.iss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1effbde..bb90891 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Note that this version of the .NET Framework **evolve in time**: the application #### Setup installer The setup installer contains both `32 bits (x86)` and `64 bits (x64)` versions: this is the better way to install Windows application and allow you to **cleanly install/uninstall** the application with ease. -* :package: [Inbox Notifier 3.6.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.6.0/Inbox.Notifier.3.6.0.exe) +* :package: [Inbox Notifier 3.7.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.7.0/Inbox.Notifier.3.7.0.exe) > Note that you will need **administrator rights** to properly complete the installation. diff --git a/code/Properties/AssemblyInfo.cs b/code/Properties/AssemblyInfo.cs index baa6fd4..700db88 100644 --- a/code/Properties/AssemblyInfo.cs +++ b/code/Properties/AssemblyInfo.cs @@ -37,6 +37,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("3.6.0.0")] -[assembly: AssemblyFileVersion("3.6.0.0")] +[assembly: AssemblyVersion("3.7.0.0")] +[assembly: AssemblyFileVersion("3.7.0.0")] [assembly: NeutralResourcesLanguageAttribute("fr-FR")] diff --git a/setup/setup.iss b/setup/setup.iss index e86ce10..12f8280 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Inbox Notifier" -#define MyAppVersion "3.6.0" +#define MyAppVersion "3.7.0" #define MyAppYear GetDateTimeString('yyyy', '', ''); #define MyAppPublisher "Xavier Foucrier" #define MyAppURL "https://github.com/xavierfoucrier/inbox-notifier"