Skip to content

Commit

Permalink
Prep for 3.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Aug 21, 2017
1 parent 594b796 commit ae50633
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 14 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.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
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.5.2.0" name="OutlookDesktop.app"/>
<assemblyIdentity version="3.5.3.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.5.2</title>
<title>Version 3.5.3</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Fri, 18 Aug 2017 21:00:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.5.2/ootd-3.5.2-x64.exe" sparkle:version="3.5.2" length="2015528" type="application/octet-stream" />
<pubDate>Sun, 20 Aug 2017 21:40:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.5.3/ootd-3.5.3-x64.exe" sparkle:version="3.5.3" length="2015528" 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.5.2</title>
<title>Version 3.5.3</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Fri, 18 Aug 2017 21:00:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.5.2/ootd-3.5.2.exe" sparkle:version="3.5.2" length="2015528" type="application/octet-stream" />
<pubDate>Sun, 20 Aug 2017 21:40:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.5.3/ootd-3.5.3.exe" sparkle:version="3.5.3" length="2015528" type="application/octet-stream" />
</item>
</channel>
</rss>
6 changes: 5 additions & 1 deletion ServerStaging/ootdReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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).
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 <idp.iss>

#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"
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 <idp.iss>

#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"
Expand Down

0 comments on commit ae50633

Please sign in to comment.