Skip to content

Commit 8d2fcc3

Browse files
committed
Bump version 0.1.7.0-dev.
1 parent 8945c88 commit 8d2fcc3

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

RELEASE_NOTES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 0.1.7
2+
* REFL019 Check filter types.
3+
* REFL020 More than one interface is matching the name.
4+
* REFL022 Use fully qualified name.
5+
* REFL023 The type does not implement the interface.
6+
* REFL024 Prefer null over empty array.
7+
18
#### 0.1.6.1
29
* REFL016 remove all checks except GetX arguments.
310
* BUGFIX: REFL016 code action title.

ReflectionAnalyzers/ReflectionAnalyzers.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
</PropertyGroup>
2121

2222
<PropertyGroup>
23-
<Version>0.1.6.1-dev</Version>
23+
<Version>0.1.7.0-dev</Version>
2424
<Description>Analyzers for System.Reflection</Description>
2525
<PackageLicenseUrl>https://github.com/DotNetAnalyzers/ReflectionAnalyzers</PackageLicenseUrl>
2626
<RepositoryUrl>https://github.com/DotNetAnalyzers/ReflectionAnalyzers</RepositoryUrl>
2727
<PackageTags>Reflection Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
28-
<PackageReleaseNotes>REFL016 remove all checks except GetX arguments.
29-
BUGFIX: REFL016 code action title.
30-
BUGFIX: use correct member for nameof.
31-
BUGFIX REFL017 code action message.
32-
BUGFIX REFL017 and anonymous objects.
28+
<PackageReleaseNotes>REFL019 Check filter types.
29+
REFL020 More than one interface is matching the name.
30+
REFL022 Use fully qualified name.
31+
REFL023 The type does not implement the interface.
32+
REFL024 Prefer null over empty array.
3333
</PackageReleaseNotes>
3434
</PropertyGroup>
3535

ReflectionAnalyzers/paket.template

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ projectUrl https://github.com/DotNetAnalyzers/ReflectionAnalyzers
44
licenseUrl http://opensource.org/licenses/MIT
55

66
releasenotes
7-
REFL016 remove all checks except GetX arguments.
8-
BUGFIX: REFL016 code action title.
9-
BUGFIX: use correct member for nameof.
10-
BUGFIX REFL017 code action message.
11-
BUGFIX REFL017 and anonymous objects.
7+
REFL019 Check filter types.
8+
REFL020 More than one interface is matching the name.
9+
REFL022 Use fully qualified name.
10+
REFL023 The type does not implement the interface.
11+
REFL024 Prefer null over empty array.
1212

1313

1414
excludedgroups

0 commit comments

Comments
 (0)