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
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,15 @@
3
3
<metadata>
4
4
<id>StyleCop.StyleCop</id>
5
5
<title>StyleCop by JetBrains</title>
6
-
<version>2016.1.4</version>
6
+
<version>2016.2.0</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
+
• Updated to ReSharper 2016.2 (StyleCop/StyleCop#55)
13
+
14
+
From 2016.1.4:
12
15
• Create SuppressMessage attribute parameters more reliably
13
16
• Works properly if StyleCop 4.7.49 is already loaded in Visual Studio
0 commit comments