Skip to content

Commit

Permalink
Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Apr 9, 2017
1 parent 3ec04cf commit 006f3be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions OutlookDesktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("SMR Computer Services")]
[assembly: AssemblyProduct("Outlook on the Desktop")]
[assembly: AssemblyCopyright("© 2006-2016 SMR Computer Services")]
[assembly: AssemblyCopyright("© 2006-2017 SMR Computer Services")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -29,8 +29,8 @@
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("3.5.0")]
[assembly: AssemblyFileVersion("3.5.0")]
[assembly: AssemblyVersion("3.5.1")]
[assembly: AssemblyFileVersion("3.5.1")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Setup Script x64.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include <idp.iss>

#define MyAppName "Outlook on the Desktop"
#define MyAppVersion "3.5.0"
#define MyAppVerName "Outlook on the Desktop 3.5.0"
#define MyAppVersion "3.5.1"
#define MyAppVerName "Outlook on the Desktop 3.5.1"
#define MyAppPublisher "Michael Scrivo"
#define MyAppURL "https://outlookonthedesktop.com"
#define MyAppExeName "OutlookDesktop.exe"
#define MyAppCopyright "©2006-2016 Michael Scrivo"
#define MyAppCopyright "©2006-2017 Michael Scrivo"

[Setup]
ArchitecturesInstallIn64BitMode=x64
Expand Down
6 changes: 3 additions & 3 deletions Setup Script.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include <idp.iss>

#define MyAppName "Outlook on the Desktop"
#define MyAppVersion "3.5.0"
#define MyAppVerName "Outlook on the Desktop 3.5.0"
#define MyAppVersion "3.5.1"
#define MyAppVerName "Outlook on the Desktop 3.5.1"
#define MyAppPublisher "Michael Scrivo"
#define MyAppURL "https://outlookonthedesktop.com"
#define MyAppExeName "OutlookDesktop.exe"
#define MyAppCopyright "©2006-2016 Michael Scrivo"
#define MyAppCopyright "©2006-2017 Michael Scrivo"

[Setup]
AppName={#MyAppName}
Expand Down

0 comments on commit 006f3be

Please sign in to comment.