Skip to content

Commit

Permalink
Patched version
Browse files Browse the repository at this point in the history
Application patched to fix bug #86.
  • Loading branch information
xavierfoucrier committed Jul 27, 2017
1 parent b810934 commit 8a8ac8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Download
#### Setup installer
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.

* :package: [Gmail Notifier 1.5.1](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.1-release/Gmail.Notifier.1.5.1.exe)
* :package: [Gmail Notifier 1.5.2](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.1.5.2.exe)

#### Portable version
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. Recommanded for beta-tester users.

* :package: [Gmail Notifier Portable (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.1-release/Gmail.Notifier.Portable.x86.zip)
* :package: [Gmail Notifier Portable (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.1-release/Gmail.Notifier.Portable.x64.zip)
* :package: [Gmail Notifier Portable (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.Portable.x86.zip)
* :package: [Gmail Notifier Portable (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.Portable.x64.zip)

#### Old versions

Expand Down
4 changes: 2 additions & 2 deletions code/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,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.5.3.1")]
[assembly: AssemblyFileVersion("1.5.3.1")]
[assembly: AssemblyVersion("1.5.3.2")]
[assembly: AssemblyFileVersion("1.5.3.2")]
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]
4 changes: 2 additions & 2 deletions setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "Gmail Notifier"
#define MyAppVersion "1.5.3.1"
#define MyAppShortVersion "1.5.1"
#define MyAppVersion "1.5.3.2"
#define MyAppShortVersion "1.5.2"
#define MyAppPublisher "Xavier Foucrier"
#define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier"
#define MyAppExeName "Gmail notifier.exe"
Expand Down

0 comments on commit 8a8ac8c

Please sign in to comment.