Skip to content

Commit e1b6876

Browse files
committed
Update nuspec file.
1 parent b8b692a commit e1b6876

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

install/StyleCop.nuspec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
<metadata>
44
<id>StyleCop.StyleCop</id>
55
<title>StyleCop by JetBrains</title>
6-
<version>2016.3.2</version>
6+
<version>2017.1.0</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; Updated to ReSharper 2017.1
13+
14+
From 2016.3.2:
1215
&#8226; Fix some Cleanup rules that modify single line comments, should not apply to file headers (#1)
1316
&#8226; Fix Cleanup bug that would insert blank line before comment if it was first line after a switch label (#1)
1417
Thanks @SanjayGuntur for the PR!
@@ -60,7 +63,7 @@ From previous releases:
6063
<licenseUrl>https://github.com/StyleCop/StyleCop/blob/master/License.html</licenseUrl>
6164
<iconUrl>https://raw.githubusercontent.com/StyleCop/StyleCop/master/logo.png</iconUrl>
6265
<dependencies>
63-
<dependency id="Wave" version="[7.0]" />
66+
<dependency id="Wave" version="[8.0]" />
6467
</dependencies>
6568
<tags>StyleCop analysis</tags>
6669
</metadata>

0 commit comments

Comments
 (0)