Skip to content

Commit ecf118c

Browse files
committed
Bump version. 3.2
1 parent e85c1ca commit ecf118c

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,11 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup>
30-
<Version>3.1.0</Version>
30+
<Version>3.2.0</Version>
3131
<DevelopmentDependency>true</DevelopmentDependency>
3232
<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>
33+
<Description>BUGFIX Handle Dipatcher.Invoke
34+
FEATURE Handle some Winforms specific use cases.</Description>
3635
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3736
<PackageReleaseNotes>
3837
BUGFIX: Handle extension methods in binary references better.

0 commit comments

Comments
 (0)