We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e85c1ca commit ecf118cCopy full SHA for ecf118c
1 file changed
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -27,12 +27,11 @@
27
</PropertyGroup>
28
29
<PropertyGroup>
30
- <Version>3.1.0</Version>
+ <Version>3.2.0</Version>
31
<DevelopmentDependency>true</DevelopmentDependency>
32
<Authors>Johan Larsson, milleniumbug</Authors>
33
- <Description>BUGFIX IDISP005 when local function.
34
-BUGFIX IDISP024 don't call SuppressFinalize if sealed and no finalizer.
35
-BUGFIX IDISP025 seal disposable.</Description>
+ <Description>BUGFIX Handle Dipatcher.Invoke
+FEATURE Handle some Winforms specific use cases.</Description>
36
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
37
<PackageReleaseNotes>
38
BUGFIX: Handle extension methods in binary references better.
0 commit comments