File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,11 @@ Releases
160160
161161The 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.
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 11Releases
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+
4101.3.1 (1.3.1.0) - February 5, 2012
511----------------------------------
612
You can’t perform that action at this time.
0 commit comments