Skip to content

Commit

Permalink
Bump version 0.1.7.0-dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLarsson committed Sep 25, 2018
1 parent 8945c88 commit 8d2fcc3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 0.1.7
* REFL019 Check filter types.
* REFL020 More than one interface is matching the name.
* REFL022 Use fully qualified name.
* REFL023 The type does not implement the interface.
* REFL024 Prefer null over empty array.

#### 0.1.6.1
* REFL016 remove all checks except GetX arguments.
* BUGFIX: REFL016 code action title.
Expand Down
12 changes: 6 additions & 6 deletions ReflectionAnalyzers/ReflectionAnalyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
</PropertyGroup>

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

Expand Down
10 changes: 5 additions & 5 deletions ReflectionAnalyzers/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ projectUrl https://github.com/DotNetAnalyzers/ReflectionAnalyzers
licenseUrl http://opensource.org/licenses/MIT

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


excludedgroups
Expand Down

0 comments on commit 8d2fcc3

Please sign in to comment.