Skip to content

Commit 9a6b190

Browse files
committed
Bump version.
1 parent b4f87e5 commit 9a6b190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

IDisposableAnalyzers/IDisposableAnalyzers.csproj

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

2424
<PropertyGroup>
25-
<Version>3.3.0</Version>
25+
<Version>3.3.1</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.1
33+
BUGFIX IDISP017: when DisposeAsync()
34+
BUGFIX IDISP004 when pooled
3235
3.3.0
3336
FEAUTURE: Initial support for AsyncDisposable
3437
3.2.0

0 commit comments

Comments
 (0)