Skip to content

Commit 8085b65

Browse files
New minor version
New features, bug fixes and some additional optimizations.
1 parent 91b9c03 commit 8085b65

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Download
2424
#### Setup installer
2525
The setup installer contains both `32 bits (x86)` and `64 bits (x64)` versions. Its the better way to install Windows application and allows you to **cleanly install/uninstall** the application with ease. Note that you will need **administrators rights** to properly complete the installation. Recommanded for all users.
2626

27-
* :package: [Gmail Notifier 1.5.2](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.1.5.2.exe)
27+
* :package: [Gmail Notifier 1.6](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.6-release/Gmail.Notifier.1.6.exe)
2828

2929
#### Portable version
3030
The portable version is made for users who want to install the application on a **USB key**, or **removable drive**. In the uninstall process, you will need to manually remove some files from the *%AppData%* folder or edit the registry to completely remove the application from your computer. Portable versions are **no longer available since official 1.0 release**. Recommanded for beta-tester users.

code/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
// Vous pouvez spécifier toutes les valeurs ou indiquer les numéros de build et de révision par défaut
3333
// en utilisant '*', comme indiqué ci-dessous :
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.3.2")]
36-
[assembly: AssemblyFileVersion("1.5.3.2")]
35+
[assembly: AssemblyVersion("1.6.3.0")]
36+
[assembly: AssemblyFileVersion("1.6.3.0")]
3737
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]

setup/setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define MyAppName "Gmail Notifier"
2-
#define MyAppVersion "1.5.3.2"
3-
#define MyAppShortVersion "1.5.2"
2+
#define MyAppVersion "1.6.3.0"
3+
#define MyAppShortVersion "1.6"
44
#define MyAppPublisher "Xavier Foucrier"
55
#define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier"
66
#define MyAppExeName "Gmail notifier.exe"

0 commit comments

Comments
 (0)