Skip to content

Commit 061bbb1

Browse files
committed
Updated nuspec
1 parent 2df467c commit 061bbb1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

install/StyleCop.nuspec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,20 @@
33
<metadata>
44
<id>StyleCop.StyleCop</id>
55
<title>StyleCop by JetBrains</title>
6-
<version>2016.3.1</version>
6+
<version>2016.3.2</version>
77
<authors>Matt Ellis, Andy Reeves</authors>
88
<owners>JetBrains, Matt Ellis</owners>
99
<summary>StyleCop analyzes C# source code to enforce a set of style and consistency rules. Maintained by JetBrains</summary>
1010
<description>StyleCop analyzes C# source code to enforce a set of style and consistency rules. This plugin is compatible with StyleCop 4.7.54, and maintained by JetBrains.</description>
1111
<releaseNotes>
12+
&#8226; Fix some Cleanup rules that modify single line comments, should not apply to file headers (#1)
13+
&#8226; Fix Cleanup bug that would insert blank line before comment if it was first line after a switch label (#1)
14+
Thanks @SanjayGuntur for the PR!
15+
16+
From 2016.3.1:
1217
&#8226; Fix crash if the file doesn't have a header (StyleCop/StyleCop#78)
18+
19+
From 2016.3.0:
1320
&#8226; Updated to ReSharper 2016.3
1421

1522
From 2016.2.1:

0 commit comments

Comments
 (0)