Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#################
## Visual Studio
#################
.vs/

# User-specific files
*.suo
Expand Down
12 changes: 9 additions & 3 deletions CleanCode/src/CleanCode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>CleanCode.CleanCode</id>
<version>5.1.0</version>
<version>5.3.0</version>
<title>Clean Code</title>
<authors>Hadi Hariri, Matt Ellis, SuperJMN</authors>
<owners>Hadi Hariri, Matt Ellis</owners>
Expand All @@ -12,6 +12,12 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Automates some of the concepts in Uncle Bob's Clean Code book</description>
<releaseNotes>
&#8226; Updated to ReSharper 2017.3

From 5.2.0:
&#8226; Updated to ReSharper 2017.2

From 5.1.0:
&#8226; Updated to ReSharper 2017.1

From 5.0.3:
Expand All @@ -34,9 +40,9 @@ From 4.0.0:
&#8226; Suggestion highlight if class has too many methods
&#8226; Suggestion highlight if method has too many statements
</releaseNotes>
<copyright>Copyright 2014-2016 Hadi Hariri and Contributors</copyright>
<copyright>Copyright 2014-2017 Hadi Hariri and Contributors</copyright>
<dependencies>
<dependency id="Wave" version="[8.0]" />
<dependency id="Wave" version="[11.0]" />
</dependencies>
<tags>clean code</tags>
</metadata>
Expand Down
Loading