We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f87e5 commit 9a6b190Copy full SHA for 9a6b190
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -22,13 +22,16 @@
22
</PropertyGroup>
23
24
<PropertyGroup>
25
- <Version>3.3.0</Version>
+ <Version>3.3.1</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.1
33
+ BUGFIX IDISP017: when DisposeAsync()
34
+ BUGFIX IDISP004 when pooled
35
3.3.0
36
FEAUTURE: Initial support for AsyncDisposable
37
3.2.0
0 commit comments