Skip to content

Commit

Permalink
New minor version
Browse files Browse the repository at this point in the history
Minor bugs fixes and some additional optimizations.
  • Loading branch information
xavierfoucrier committed Apr 4, 2017
1 parent 1fdc790 commit 945f57f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gmail notifier/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,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.2.3.0")]
[assembly: AssemblyFileVersion("1.2.3.0")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]
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.2](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.2-release/Gmail.Notifier.1.2.exe)
* :package: [Gmail Notifier 1.3](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.3-release/Gmail.Notifier.1.3.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 1.2-release (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.2-release/Gmail.notifier.1.2-release.x86.zip)
* :package: [Gmail notifier 1.2-release (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.2-release/Gmail.notifier.1.2-release.x64.zip)
* :package: [Gmail notifier 1.3-release (x86)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.3-release/Gmail.notifier.1.3-release.x86.zip)
* :package: [Gmail notifier 1.3-release (x64)](https://github.com/xavierfoucrier/gmail-notifier/releases/download/v1.3-release/Gmail.notifier.1.3-release.x64.zip)

#### Old versions

Expand Down
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.2.3.0"
#define MyAppShortVersion "1.2"
#define MyAppVersion "1.3.3.0"
#define MyAppShortVersion "1.3"
#define MyAppPublisher "Xavier Foucrier"
#define MyAppURL "https://github.com/xavierfoucrier/gmail-notifier"
#define MyAppExeName "Gmail notifier.exe"
Expand Down

0 comments on commit 945f57f

Please sign in to comment.