Skip to content

Commit 5c1727b

Browse files
committed
Updating changelog and nuspec for v1.6.1.
1 parent f760f28 commit 5c1727b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# NsDepCop Change Log
22

3-
## v1.6
3+
## v1.6.1
4+
(04/2017)
5+
6+
- [x] Fix: Type without a name caused exception in analyzer.
7+
8+
## v1.6.0
49
(03/2017)
510

611
- [x] New: NuGet package.

source/NsDepCop.NuGet/NsDepCop.NuGet.nuspec

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ See project site for details (https://github.com/realvizu/NsDepCop).
2121
<copyright>$copyright$</copyright>
2222
<tags>static code analysis tool C# csharp namespace dependency dependencies enforce rule</tags>
2323
<releaseNotes>
24-
New: NuGet package (enables per-project MSBuild integration).
25-
New: Multi-level config (InheritanceDepth config attribute).
26-
Roslyn version updated to 1.3.2.
27-
Removed NRefactory as a parser choice.
24+
Fix: Type without a name caused exception in analyzer.
2825
</releaseNotes>
2926
</metadata>
3027
<files>

0 commit comments

Comments
 (0)