From 5ccdeab4950bf493f34edfe2dfd4e4b48e9859c4 Mon Sep 17 00:00:00 2001 From: Michael Scrivo Date: Fri, 27 Jun 2014 21:48:45 -0400 Subject: [PATCH] Prepping for 3.2.1 release --- OutlookDesktop/OutlookDesktop.csproj | 8 ++++++-- OutlookDesktop/Properties/AssemblyInfo.cs | 4 ++-- OutlookDesktop/app.manifest | 2 +- ServerStaging/ootdAppcastx64.xml | 6 +++--- ServerStaging/ootdAppcastx86.xml | 6 +++--- ServerStaging/ootdReleaseNotes.html | 6 ++++++ ServerStaging/ootdReleaseNotes.md | 4 ++++ Setup Script x64.iss | 4 ++-- Setup Script.iss | 4 ++-- 9 files changed, 29 insertions(+), 15 deletions(-) diff --git a/OutlookDesktop/OutlookDesktop.csproj b/OutlookDesktop/OutlookDesktop.csproj index cd108ea..655e88b 100644 --- a/OutlookDesktop/OutlookDesktop.csproj +++ b/OutlookDesktop/OutlookDesktop.csproj @@ -146,8 +146,12 @@ README.html README.md - - + + Designer + + + Designer + Always diff --git a/OutlookDesktop/Properties/AssemblyInfo.cs b/OutlookDesktop/Properties/AssemblyInfo.cs index 8d737ea..f9b1eab 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.2.0")] -[assembly: AssemblyFileVersion("3.2.0")] +[assembly: AssemblyVersion("3.2.1")] +[assembly: AssemblyFileVersion("3.2.1")] // // 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 e5b0521..8c6497e 100644 --- a/OutlookDesktop/app.manifest +++ b/OutlookDesktop/app.manifest @@ -1,6 +1,6 @@  - + diff --git a/ServerStaging/ootdAppcastx64.xml b/ServerStaging/ootdAppcastx64.xml index 883e043..6e6893f 100644 --- a/ServerStaging/ootdAppcastx64.xml +++ b/ServerStaging/ootdAppcastx64.xml @@ -6,12 +6,12 @@ Most recent changes with links to updates. en - Version 3.2.0 + Version 3.2.1 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Wed, 25 Jun 2014 22:46:00 +0000 - + Fri, 27 Jun 2014 21:46:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdAppcastx86.xml b/ServerStaging/ootdAppcastx86.xml index f6945b8..82049ec 100644 --- a/ServerStaging/ootdAppcastx86.xml +++ b/ServerStaging/ootdAppcastx86.xml @@ -6,12 +6,12 @@ Most recent changes with links to updates. en - Version 3.2.0 + Version 3.2.1 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Wed, 25 Jun 2014 22:46:00 +0000 - + Fri, 27 Jun 2014 21:46:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdReleaseNotes.html b/ServerStaging/ootdReleaseNotes.html index 0e82d93..f4164ef 100644 --- a/ServerStaging/ootdReleaseNotes.html +++ b/ServerStaging/ootdReleaseNotes.html @@ -1,5 +1,11 @@ 

Outlook on the Desktop Release Notes

+

3.2.1

+ +
    +
  • Fixed issue where HighDPI improvements in .NET 4.5.2 were not enabled.
  • +
+

3.2.0

    diff --git a/ServerStaging/ootdReleaseNotes.md b/ServerStaging/ootdReleaseNotes.md index 741922e..32ed3dd 100644 --- a/ServerStaging/ootdReleaseNotes.md +++ b/ServerStaging/ootdReleaseNotes.md @@ -1,5 +1,9 @@ # Outlook on the Desktop Release Notes +## 3.2.1 + +* Fixed issue where HighDPI improvements in .NET 4.5.2 were not enabled. + ## 3.2.0 * Updated from .NET Framework 4.0 to 4.5.2. This not only fixes several HiDPI issues, but also gives a nice boost in performance. However, the minimum supported versions of Windows for .NET 4.5.2 is Vista SP2, so this release and going forward, OotD will only work on Windows Vista SP2 and higher. diff --git a/Setup Script x64.iss b/Setup Script x64.iss index 27805de..6d8f0ca 100644 --- a/Setup Script x64.iss +++ b/Setup Script x64.iss @@ -1,8 +1,8 @@ #include "isxdl.iss" #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.2.0" -#define MyAppVerName "Outlook on the Desktop 3.2.0" +#define MyAppVersion "3.2.1" +#define MyAppVerName "Outlook on the Desktop 3.2.1" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "http://www.outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe" diff --git a/Setup Script.iss b/Setup Script.iss index b8735a9..36470c8 100644 --- a/Setup Script.iss +++ b/Setup Script.iss @@ -1,8 +1,8 @@ #include "isxdl.iss" #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.2.0" -#define MyAppVerName "Outlook on the Desktop 3.2.0" +#define MyAppVersion "3.2.1" +#define MyAppVerName "Outlook on the Desktop 3.2.1" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "http://www.outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe"