Skip to content

Commit

Permalink
Prep for 3.2.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Aug 8, 2015
1 parent 58be5cd commit 2d06519
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 14 deletions.
8 changes: 6 additions & 2 deletions OutlookDesktop/OutlookDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<ErrorReport>prompt</ErrorReport>
<UseVSHostingProcess>true</UseVSHostingProcess>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<NoWarn>3008</NoWarn>
<NoWarn>
</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ProjectType>Local</ProjectType>
Expand Down Expand Up @@ -78,7 +80,7 @@
<ErrorReport>prompt</ErrorReport>
<UseVSHostingProcess>true</UseVSHostingProcess>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<NoWarn>3008</NoWarn>
<Prefer32Bit>false</Prefer32Bit>
Expand All @@ -97,6 +99,7 @@
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -114,6 +117,7 @@
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<Prefer32Bit>false</Prefer32Bit>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
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.4.1")]
[assembly: AssemblyFileVersion("3.2.4.1")]
[assembly: AssemblyVersion("3.2.5.0")]
[assembly: AssemblyFileVersion("3.2.5.0")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
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.4</title>
<title>Version 3.2.5</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Thurs, 25 July 2015 21:50:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.4/ootd-3.2.4-x64.exe" sparkle:version="3.2.4" length="1933542" type="application/octet-stream" />
<pubDate>Sat, 8 Aug 2015 14:00:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.5/ootd-3.2.5-x64.exe" sparkle:version="3.2.5" length="1933542" 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.4</title>
<title>Version 3.2.5</title>
<sparkle:releaseNotesLink>
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
</sparkle:releaseNotesLink>
<pubDate>Thurs, 25 July 2015 21:50:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.4/ootd-3.2.4.exe" sparkle:version="3.2.4" length="1933632" type="application/octet-stream" />
<pubDate>Sat, 8 Aug 2015 14:00:00 +0000</pubDate>
<enclosure url="https://github.com/mscrivo/ootd/releases/download/3.2.5/ootd-3.2.5.exe" sparkle:version="3.2.5" length="1933632" type="application/octet-stream" />
</item>
</channel>
</rss>
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.5

* Fixed issue where OotD wouldn't start on systems with older versions of Office (notably 2007 and 2003)

## 3.2.4

* Fixed issue introduced in 3.2.1 where having OotD running would make Outlook unresponsive after some time.
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.4.1"
#define MyAppVerName "Outlook on the Desktop 3.2.4.1"
#define MyAppVersion "3.2.5"
#define MyAppVerName "Outlook on the Desktop 3.2.5"
#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.4.1"
#define MyAppVerName "Outlook on the Desktop 3.2.4.1"
#define MyAppVersion "3.2.5"
#define MyAppVerName "Outlook on the Desktop 3.2.5"
#define MyAppPublisher "Michael Scrivo"
#define MyAppURL "http://www.outlookonthedesktop.com"
#define MyAppExeName "OutlookDesktop.exe"
Expand Down

0 comments on commit 2d06519

Please sign in to comment.