Commit 5c1727b 1 parent f760f28 commit 5c1727b Copy full SHA for 5c1727b
File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# NsDepCop Change Log
2
2
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
4
9
(03/2017)
5
10
6
11
- [x] New: NuGet package.
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ See project site for details (https://github.com/realvizu/NsDepCop).
21
21
<copyright >$copyright$</copyright >
22
22
<tags >static code analysis tool C# csharp namespace dependency dependencies enforce rule</tags >
23
23
<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.
28
25
</releaseNotes >
29
26
</metadata >
30
27
<files >
You can’t perform that action at this time.
0 commit comments