Skip to content

Commit ab804a4

Browse files
committed
Bump version.
1 parent 4b2cec6 commit ab804a4

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 0.3.1
2+
* BUGFIX: Handle nullable reference types in more places.
3+
#### 0.3.0
4+
* BREAKING: For VS2022+ now.
5+
* BUGFIX: AD0001 -> Could not load file or assembly
6+
17
#### 0.1.21
28
* FEATURE Walk a bit more, smarter analyzers in places.
39
* BUGFIX Handle nameof when open generic type.

ReflectionAnalyzers/ReflectionAnalyzers.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<Version>0.3.0</Version>
29+
<Version>0.3.1</Version>
3030
<DevelopmentDependency>true</DevelopmentDependency>
3131
<Description>Analyzers for System.Reflection</Description>
3232
<NeutralLanguage>en-US</NeutralLanguage>
@@ -35,6 +35,8 @@
3535
<RepositoryUrl>https://github.com/DotNetAnalyzers/ReflectionAnalyzers</RepositoryUrl>
3636
<PackageTags>Reflection Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3737
<PackageReleaseNotes>
38+
0.3.1
39+
BUGFIX: Handle nullable reference types in more places.
3840
0.3.0
3941
BREAKING: For VS2022+ now.
4042
BUGFIX: AD0001 -&gt; Could not load file or assembly

0 commit comments

Comments
 (0)