diff --git a/install/StyleCop.nuspec b/install/StyleCop.nuspec index f11bb9c..f7acd45 100644 --- a/install/StyleCop.nuspec +++ b/install/StyleCop.nuspec @@ -3,13 +3,20 @@ StyleCop.StyleCop StyleCop by JetBrains - 2016.3.1 + 2016.3.2 Matt Ellis, Andy Reeves JetBrains, Matt Ellis StyleCop analyzes C# source code to enforce a set of style and consistency rules. Maintained by JetBrains 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. +• Fix some Cleanup rules that modify single line comments, should not apply to file headers (#1) +• Fix Cleanup bug that would insert blank line before comment if it was first line after a switch label (#1) +Thanks @SanjayGuntur for the PR! + +From 2016.3.1: • Fix crash if the file doesn't have a header (StyleCop/StyleCop#78) + +From 2016.3.0: • Updated to ReSharper 2016.3 From 2016.2.1: