From 75c936b4f44f69a43b89693f08ca98ab1c3af8f2 Mon Sep 17 00:00:00 2001 From: Xavier Foucrier Date: Sat, 9 Jan 2021 17:47:46 +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 67ff31b5..7d1e825f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,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.5.0](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.5.0/Inbox.Notifier.3.5.0.exe) +* :package: [Inbox Notifier 3.5.1](https://github.com/xavierfoucrier/inbox-notifier/releases/download/v3.5.1/Inbox.Notifier.3.5.1.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 4579f5ac..adf16f89 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.5.0.0")] -[assembly: AssemblyFileVersion("3.5.0.0")] +[assembly: AssemblyVersion("3.5.1.0")] +[assembly: AssemblyFileVersion("3.5.1.0")] [assembly: NeutralResourcesLanguageAttribute("fr-FR")] diff --git a/setup/setup.iss b/setup/setup.iss index befd212b..1ece9978 100644 --- a/setup/setup.iss +++ b/setup/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Inbox Notifier" -#define MyAppVersion "3.5.0" +#define MyAppVersion "3.5.1" #define MyAppYear GetDateTimeString('yyyy', '', ''); #define MyAppPublisher "Xavier Foucrier" #define MyAppURL "https://github.com/xavierfoucrier/inbox-notifier"