From d6b5863fb73068ea1ec2e64527301073c47896c0 Mon Sep 17 00:00:00 2001 From: Xavier Foucrier Date: Thu, 8 Feb 2024 23:48:21 +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 3deb3cb..8458c37 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,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.10.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.10.0/Inbox.Notifier.3.10.0.exe) +* :package: [Inbox Notifier 3.11.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.11.0/Inbox.Notifier.3.11.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 2e5d0c1..d634213 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.10.0.0")] -[assembly: AssemblyFileVersion("3.10.0.0")] +[assembly: AssemblyVersion("3.11.0.0")] +[assembly: AssemblyFileVersion("3.11.0.0")] [assembly: NeutralResourcesLanguageAttribute("fr-FR")] \ No newline at end of file diff --git a/setup/setup.iss b/setup/setup.iss index 9bc7996..f8c55c5 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Inbox Notifier" -#define MyAppVersion "3.10.0" +#define MyAppVersion "3.11.0" #define MyAppYear GetDateTimeString('yyyy', '', ''); #define MyAppPublisher "Xavier Foucrier" #define MyAppURL "https://github.com/xavierfoucrier/inbox-notifier"