From 95bcce03484c44cfe3b2518e3a51761438670d4d Mon Sep 17 00:00:00 2001 From: bbadjari Date: Tue, 29 May 2012 01:08:38 +0000 Subject: [PATCH] Release 1.4.0.0. --- Documentation/Readme.mkd | 5 +++++ Properties/AssemblyInfo.cs | 4 ++-- Release Notes/Readme.mkd | 6 ++++++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Documentation/Readme.mkd b/Documentation/Readme.mkd index 31e7880..b4555de 100644 --- a/Documentation/Readme.mkd +++ b/Documentation/Readme.mkd @@ -160,6 +160,11 @@ Releases The latest release of this software can be obtained from: +### 1.4 (1.4.0.0) - May 28, 2012 ### + +- Application now returns integer representing application exit code upon termination (Feature #3528408). +- Upgraded to StyleCop 4.7.24.0. + ### 1.3.1 (1.3.1.0) - February 5, 2012 ### - Visual C# source files contained in subdirectories of ASP.NET web site directories are now included for analysis. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 3ed4525..e50eb2c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -63,8 +63,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.3.1.0")] -[assembly: AssemblyFileVersion("1.3.1.0")] +[assembly: AssemblyVersion("1.4.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] // Specify neutral language used by resources in assembly. [assembly: NeutralResourcesLanguageAttribute("en")] diff --git a/Release Notes/Readme.mkd b/Release Notes/Readme.mkd index 740d7af..3c63796 100644 --- a/Release Notes/Readme.mkd +++ b/Release Notes/Readme.mkd @@ -1,6 +1,12 @@ Releases ======== +1.4 (1.4.0.0) - May 28, 2012 +---------------------------- + +- Application now returns integer representing application exit code upon termination (Feature #3528408). +- Upgraded to StyleCop 4.7.24.0. + 1.3.1 (1.3.1.0) - February 5, 2012 ----------------------------------