You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/StyleCop.nuspec
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,20 @@
3
3
<metadata>
4
4
<id>StyleCop.StyleCop</id>
5
5
<title>StyleCop by JetBrains</title>
6
-
<version>2016.3.1</version>
6
+
<version>2016.3.2</version>
7
7
<authors>Matt Ellis, Andy Reeves</authors>
8
8
<owners>JetBrains, Matt Ellis</owners>
9
9
<summary>StyleCop analyzes C# source code to enforce a set of style and consistency rules. Maintained by JetBrains</summary>
10
10
<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>
11
11
<releaseNotes>
12
+
• Fix some Cleanup rules that modify single line comments, should not apply to file headers (#1)
13
+
• 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:
12
17
• Fix crash if the file doesn't have a header (StyleCop/StyleCop#78)
0 commit comments