File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 </PropertyGroup >
2323
2424 <PropertyGroup >
25- <Version >3.2 .0</Version >
25+ <Version >3.3 .0</Version >
2626 <DevelopmentDependency >true</DevelopmentDependency >
2727 <Authors >Johan Larsson, milleniumbug</Authors >
2828 <Description >BUGFIX Handle Dipatcher.Invoke
2929FEATURE Handle some Winforms specific use cases.</Description >
3030 <PackageTags >IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
3131 <PackageReleaseNotes >
32+ 3.3.0
33+ FEAUTURE: Initial support for AsyncDisposable
34+ 3.2.0
3235 BUGFIX: Handle extension methods in binary references better.
3336 </PackageReleaseNotes >
3437 <PackageLicenseExpression >MIT</PackageLicenseExpression >
Original file line number Diff line number Diff line change 1+ #### 3.3.0
2+ * FEAUTURE: Initial support for AsyncDisposable
3+
14#### 3.1.0
25* BUGFIX IDISP005 when local function.
36* BUGFIX IDISP024 don't call SuppressFinalize if sealed and no finalizer.
You can’t perform that action at this time.
0 commit comments