Skip to content

Commit

Permalink
New minor version
Browse files Browse the repository at this point in the history
New features, bug fixes and some additional optimizations.
  • Loading branch information
xavierfoucrier committed Nov 9, 2017
1 parent 91b9c03 commit 8085b65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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.2](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.5.2-release/Gmail.Notifier.1.5.2.exe)
* :package: [Gmail Notifier 1.6](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.6-release/Gmail.Notifier.1.6.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. Portable versions are **no longer available since official 1.0 release**. Recommanded for beta-tester users.
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.2")]
[assembly: AssemblyFileVersion("1.5.3.2")]
[assembly: AssemblyVersion("1.6.3.0")]
[assembly: AssemblyFileVersion("1.6.3.0")]
[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.2"
#define MyAppShortVersion "1.5.2"
#define MyAppVersion "1.6.3.0"
#define MyAppShortVersion "1.6"
#define MyAppPublisher "Xavier Foucrier"
#define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier"
#define MyAppExeName "Gmail notifier.exe"
Expand Down

0 comments on commit 8085b65

Please sign in to comment.