Skip to content

Commit d39daf4

Browse files
committed
Bump version.
1 parent 04a7a32 commit d39daf4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,15 @@
2222
</PropertyGroup>
2323

2424
<PropertyGroup>
25-
<Version>3.3.1</Version>
25+
<Version>3.3.2</Version>
2626
<DevelopmentDependency>true</DevelopmentDependency>
2727
<Authors>Johan Larsson, milleniumbug</Authors>
2828
<Description>BUGFIX Handle Dipatcher.Invoke
2929
FEATURE Handle some Winforms specific use cases.</Description>
3030
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3131
<PackageReleaseNotes>
32+
3.3.2
33+
BUGFIX IDISP023 don't warn on attribute.
3234
3.3.1
3335
BUGFIX IDISP017: when DisposeAsync()
3436
BUGFIX IDISP004 when pooled

0 commit comments

Comments
 (0)