forked from hhariri/CleanCode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCleanCode.nuspec
More file actions
46 lines (42 loc) · 1.76 KB
/
Copy pathCleanCode.nuspec
File metadata and controls
46 lines (42 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0"?>
<package >
<metadata>
<id>CleanCode.CleanCode</id>
<version>5.1.0</version>
<title>Clean Code</title>
<authors>Hadi Hariri, Matt Ellis, SuperJMN</authors>
<owners>Hadi Hariri, Matt Ellis</owners>
<iconUrl>https://raw.githubusercontent.com/hhariri/CleanCode/master/logo.png</iconUrl>
<projectUrl>https://github.com/hhariri/CleanCode</projectUrl>
<licenseUrl>https://raw.github.com/hhariri/CleanCode/master/license.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Automates some of the concepts in Uncle Bob's Clean Code book</description>
<releaseNotes>
• Updated to ReSharper 2017.1
From 5.0.3:
• Stop marking abstract methods too long (#19)
From 5.0.2:
• Method parameter and type parameter declarations mistakenly used for "method too long" check (#12)
From 5.0.1:
• Updated to ReSharper 2016.2
• Fix minor installer issue
From 4.0.0:
• Warning if a method uses flag parameters
• Warning if a method contains too many nested blocks
• Warning if a method name is too short to be meaningful
• Warning if an epression is breaking the Law of Demeter
• Warning if a constructor has too many parameters, indicating too many dependencies
• Warning if a method has too many arguments
• Suggestion highlight if class has too many methods
• Suggestion highlight if method has too many statements
</releaseNotes>
<copyright>Copyright 2014-2016 Hadi Hariri and Contributors</copyright>
<dependencies>
<dependency id="Wave" version="[8.0]" />
</dependencies>
<tags>clean code</tags>
</metadata>
<files>
<file src="CleanCode\bin\Release\CleanCode.dll" target="DotFiles" />
</files>
</package>