Skip to content

Commit 2303bd2

Browse files
committed
Bump version.
1 parent b14ffe8 commit 2303bd2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.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
2929
FEATURE 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>

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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.

0 commit comments

Comments
 (0)