We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a7a32 commit d39daf4Copy full SHA for d39daf4
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -22,13 +22,15 @@
22
</PropertyGroup>
23
24
<PropertyGroup>
25
- <Version>3.3.1</Version>
+ <Version>3.3.2</Version>
26
<DevelopmentDependency>true</DevelopmentDependency>
27
<Authors>Johan Larsson, milleniumbug</Authors>
28
<Description>BUGFIX Handle Dipatcher.Invoke
29
FEATURE Handle some Winforms specific use cases.</Description>
30
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
31
<PackageReleaseNotes>
32
+ 3.3.2
33
+ BUGFIX IDISP023 don't warn on attribute.
34
3.3.1
35
BUGFIX IDISP017: when DisposeAsync()
36
BUGFIX IDISP004 when pooled
0 commit comments