Skip to content

Commit

Permalink
Update nuspect to 2017.1
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenmatt committed Apr 6, 2017
1 parent 8193e1c commit 2c4690c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install/CyclomaticComplexity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>PowerToys.CyclomaticComplexity</id>
<version>2016.3.0</version>
<version>2017.1.0</version>
<title>Cyclomatic Complexity</title>
<authors>JetBrains, Matt Ellis</authors>
<owners>JetBrains, Matt Ellis</owners>
Expand All @@ -12,7 +12,7 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Calculates cyclomatic complexity for C#, VB, JavaScript, TypeScript and C++. Highlights any method that exceeds a configurable threshold</description>
<releaseNotes>
&#8226; Support for ReSharper 2016.3
&#8226; Support for ReSharper 2017.1

From previous releases:
&#8226; Fix exception on options page (RSPL-6876)
Expand All @@ -22,7 +22,7 @@ From previous releases:
<copyright>Copyright ©2006-2016 JetBrains</copyright>
<tags>cyclomatic complexity analysis</tags>
<dependencies>
<dependency id="Wave" version="[7.0]" />
<dependency id="Wave" version="[8.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 2c4690c

Please sign in to comment.