From ae506330b9f1898249889c7fd7f40d59f1430b38 Mon Sep 17 00:00:00 2001 From: Michael Scrivo Date: Sun, 20 Aug 2017 21:45:07 -0400 Subject: [PATCH] Prep for 3.5.3 release --- OutlookDesktop/Properties/AssemblyInfo.cs | 4 ++-- OutlookDesktop/app.manifest | 2 +- ServerStaging/ootdAppcastx64.xml | 6 +++--- ServerStaging/ootdAppcastx86.xml | 6 +++--- ServerStaging/ootdReleaseNotes.md | 6 +++++- Setup Script x64.iss | 4 ++-- Setup Script.iss | 4 ++-- 7 files changed, 18 insertions(+), 14 deletions(-) diff --git a/OutlookDesktop/Properties/AssemblyInfo.cs b/OutlookDesktop/Properties/AssemblyInfo.cs index b713c62..c871d5a 100644 --- a/OutlookDesktop/Properties/AssemblyInfo.cs +++ b/OutlookDesktop/Properties/AssemblyInfo.cs @@ -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.2")] -[assembly: AssemblyFileVersion("3.5.2")] +[assembly: AssemblyVersion("3.5.3")] +[assembly: AssemblyFileVersion("3.5.3")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/OutlookDesktop/app.manifest b/OutlookDesktop/app.manifest index 2337d38..b652849 100644 --- a/OutlookDesktop/app.manifest +++ b/OutlookDesktop/app.manifest @@ -1,6 +1,6 @@  - + diff --git a/ServerStaging/ootdAppcastx64.xml b/ServerStaging/ootdAppcastx64.xml index 74861ea..603edab 100644 --- a/ServerStaging/ootdAppcastx64.xml +++ b/ServerStaging/ootdAppcastx64.xml @@ -6,12 +6,12 @@ Most recent changes with links to updates. en - Version 3.5.2 + Version 3.5.3 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Fri, 18 Aug 2017 21:00:00 +0000 - + Sun, 20 Aug 2017 21:40:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdAppcastx86.xml b/ServerStaging/ootdAppcastx86.xml index ebd509b..70db442 100644 --- a/ServerStaging/ootdAppcastx86.xml +++ b/ServerStaging/ootdAppcastx86.xml @@ -6,12 +6,12 @@ Most recent changes with links to updates. en - Version 3.5.2 + Version 3.5.3 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Fri, 18 Aug 2017 21:00:00 +0000 - + Sun, 20 Aug 2017 21:40:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdReleaseNotes.md b/ServerStaging/ootdReleaseNotes.md index 485a357..75ef770 100644 --- a/ServerStaging/ootdReleaseNotes.md +++ b/ServerStaging/ootdReleaseNotes.md @@ -1,4 +1,8 @@ -# Outlook on the Desktop Release Notes +# OotD Release Notes + +## 3.5.3 + +* Fixed issue that prevented Calendar/Inbox icons from showing up when using non-English language settings. ## 3.5.2 * Fixed additional HiDPI scaling issues (courtesy of .NET 4.7 Framework). diff --git a/Setup Script x64.iss b/Setup Script x64.iss index dcce6d5..f2e2686 100644 --- a/Setup Script x64.iss +++ b/Setup Script x64.iss @@ -1,8 +1,8 @@ #include #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.5.2" -#define MyAppVerName "Outlook on the Desktop 3.5.2" +#define MyAppVersion "3.5.3" +#define MyAppVerName "Outlook on the Desktop 3.5.3" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "https://outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe" diff --git a/Setup Script.iss b/Setup Script.iss index da04e80..7801655 100644 --- a/Setup Script.iss +++ b/Setup Script.iss @@ -1,8 +1,8 @@ #include #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.5.2" -#define MyAppVerName "Outlook on the Desktop 3.5.2" +#define MyAppVersion "3.5.3" +#define MyAppVerName "Outlook on the Desktop 3.5.3" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "https://outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe"