Skip to content

Commit 95bcce0

Browse files
author
bbadjari
committed
Release 1.4.0.0.
1 parent 5b11f93 commit 95bcce0

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Documentation/Readme.mkd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@ Releases
160160

161161
The latest release of this software can be obtained from: <http://sourceforge.net/projects/stylecopcli>
162162

163+
### 1.4 (1.4.0.0) - May 28, 2012 ###
164+
165+
- Application now returns integer representing application exit code upon termination (Feature #3528408).
166+
- Upgraded to StyleCop 4.7.24.0.
167+
163168
### 1.3.1 (1.3.1.0) - February 5, 2012 ###
164169

165170
- Visual C# source files contained in subdirectories of ASP.NET web site directories are now included for analysis.

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
// You can specify all the values or you can default the Build and Revision Numbers
6464
// by using the '*' as shown below:
6565
// [assembly: AssemblyVersion("1.0.*")]
66-
[assembly: AssemblyVersion("1.3.1.0")]
67-
[assembly: AssemblyFileVersion("1.3.1.0")]
66+
[assembly: AssemblyVersion("1.4.0.0")]
67+
[assembly: AssemblyFileVersion("1.4.0.0")]
6868

6969
// Specify neutral language used by resources in assembly.
7070
[assembly: NeutralResourcesLanguageAttribute("en")]

Release Notes/Readme.mkd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Releases
22
========
33

4+
1.4 (1.4.0.0) - May 28, 2012
5+
----------------------------
6+
7+
- Application now returns integer representing application exit code upon termination (Feature #3528408).
8+
- Upgraded to StyleCop 4.7.24.0.
9+
410
1.3.1 (1.3.1.0) - February 5, 2012
511
----------------------------------
612

0 commit comments

Comments
 (0)