Skip to content

Commit

Permalink
Prepping for 3.5.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Dec 7, 2016
1 parent d7aac15 commit 3ccb206
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
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.4.0")]
[assembly: AssemblyFileVersion("3.4.0")]
[assembly: AssemblyVersion("3.5.0")]
[assembly: AssemblyFileVersion("3.5.0")]

//
// 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.4.0.0" name="OutlookDesktop.app"/>
<assemblyIdentity version="3.5.0.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.4.0</title>
<title>Version 3.5.0</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Tues, 29 Mar 2016 21:15:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.4.0/ootd-3.4.0-x64.exe" sparkle:version="3.4.0" length="1941548" type="application/octet-stream" />
<pubDate>Tues, 6 Dec 2016 23:40:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.5.0/ootd-3.5.0-x64.exe" sparkle:version="3.5.0" length="1998848" 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.4.0</title>
<title>Version 3.5.0</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Tues, 29 Mar 2016 21:15:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.4.0/ootd-3.4.0.exe" sparkle:version="3.4.0" length="1941478" type="application/octet-stream" />
<pubDate>Tues, 6 Dec 2016 23:40:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.5.0/ootd-3.5.0.exe" sparkle:version="3.5.0" length="1998848" type="application/octet-stream" />
</item>
</channel>
</rss>
6 changes: 6 additions & 0 deletions ServerStaging/ootdReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Outlook on the Desktop Release Notes

## 3.5.0
* Updated to use .NET 4.6.2 for even better HiDPI support
* Fixed laggy resizing of windows
* Fixed flickering when moving/resizing of windows
* Misc fixes and performance enhancements to installer.

## 3.4.0
* Added "new email" icon in Inbox view that allows you to compose a new email without having to go into Outlook.
* Fixed issue where toolbar icons did not appear when using a custom folder view.
Expand Down

0 comments on commit 3ccb206

Please sign in to comment.