Skip to content

Commit

Permalink
Prepping for 3.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Jun 28, 2014
1 parent 5f1074e commit 5ccdeab
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 15 deletions.
8 changes: 6 additions & 2 deletions OutlookDesktop/OutlookDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,12 @@
<Link>README.html</Link>
<DependentUpon>README.md</DependentUpon>
</Content>
<Content Include="..\ServerStaging\ootdAppcastx64.xml" />
<Content Include="..\ServerStaging\ootdAppcastx86.xml" />
<Content Include="..\ServerStaging\ootdAppcastx64.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="..\ServerStaging\ootdAppcastx86.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="..\ServerStaging\ootdReleaseNotes.html" />
<Content Include="NLog.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
4 changes: 2 additions & 2 deletions OutlookDesktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion OutlookDesktop/app.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<assemblyIdentity version="3.2.0.0" name="OutlookDesktop.app"/>
<assemblyIdentity version="3.2.1.0" name="OutlookDesktop.app"/>

<asmv3:application>
<asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
Expand Down
6 changes: 3 additions & 3 deletions ServerStaging/ootdAppcastx64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 3.2.0</title>
<title>Version 3.2.1</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Wed, 25 Jun 2014 22:46:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.0/ootd-3.2.0-x64.exe" sparkle:version="3.2.0" length="1937408" type="application/octet-stream" />
<pubDate>Fri, 27 Jun 2014 21:46:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.1/ootd-3.2.1-x64.exe" sparkle:version="3.2.1" length="1937408" type="application/octet-stream" />
</item>
</channel>
</rss>
6 changes: 3 additions & 3 deletions ServerStaging/ootdAppcastx86.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<description>Most recent changes with links to updates.</description>
<language>en</language>
<item>
<title>Version 3.2.0</title>
<title>Version 3.2.1</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Wed, 25 Jun 2014 22:46:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.0/ootd-3.2.0.exe" sparkle:version="3.2.0" length="1937408" type="application/octet-stream" />
<pubDate>Fri, 27 Jun 2014 21:46:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.1/ootd-3.2.1.exe" sparkle:version="3.2.1" length="1937408" type="application/octet-stream" />
</item>
</channel>
</rss>
6 changes: 6 additions & 0 deletions ServerStaging/ootdReleaseNotes.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<h1>Outlook on the Desktop Release Notes</h1>

<h2>3.2.1</h2>

<ul>
<li>Fixed issue where HighDPI improvements in .NET 4.5.2 were not enabled.</li>
</ul>

<h2>3.2.0</h2>

<ul>
Expand Down
4 changes: 4 additions & 0 deletions ServerStaging/ootdReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Setup Script x64.iss
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions Setup Script.iss
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5ccdeab

Please sign in to comment.