File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 2222 </PropertyGroup >
2323
2424 <PropertyGroup >
25- <Version >3.3.3 </Version >
25+ <Version >3.3.4 </Version >
2626 <DevelopmentDependency >true</DevelopmentDependency >
2727 <Authors >Johan Larsson, milleniumbug</Authors >
2828 <Description >Analyzers and fixes for IDisposable.</Description >
2929 <PackageTags >IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
3030 <PackageReleaseNotes >
31+ 3.3.4
32+ BUGFIX: IDISP004 when yield return.
33+ BUGFIX: IDISP004 handle System.Net.Mail.Attachment
34+ BUGFIX: IDISP003 handle null forgiving operator.
35+ 3.3.4
36+ BUGFIX: IDISP004 when yield return.
37+ BUGFIX: IDISP004 handle System.Net.Mail.Attachment
3138 3.3.3
32- BUGFIX Infinite recursion killing VS.
39+ BUGFIX: Infinite recursion killing VS.
3340 3.3.2
34- BUGFIX IDISP023 don't warn on attribute.
41+ BUGFIX: IDISP023 don't warn on attribute.
3542 3.3.1
36- BUGFIX IDISP017: when DisposeAsync()
37- BUGFIX IDISP004 when pooled
43+ BUGFIX: IDISP017: when DisposeAsync()
44+ BUGFIX: IDISP004 when pooled
3845 3.3.0
3946 FEAUTURE: Initial support for AsyncDisposable
4047 3.2.0
You can’t perform that action at this time.
0 commit comments