We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fde33a commit 79a8841Copy full SHA for 79a8841
1 file changed
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -27,12 +27,15 @@
27
</PropertyGroup>
28
29
<PropertyGroup>
30
- <Version>4.0.4</Version>
+ <Version>4.0.5</Version>
31
<DevelopmentDependency>true</DevelopmentDependency>
32
<Authors>Johan Larsson, milleniumbug</Authors>
33
<Description>Analyzers and fixes for IDisposable.</Description>
34
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
35
<PackageReleaseNotes>
36
+ 4.0.5
37
+ BUGFIX: Handle ValueTask
38
+ BUGFIX: awaited in expression
39
4.0.3
40
BUGFIX: Handle recursive builder
41
4.0.2
0 commit comments