Skip to content

Commit 8466e25

Browse files
committed
Bump version.
1 parent abd92df commit 8466e25

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,26 @@
2222
</PropertyGroup>
2323

2424
<PropertyGroup>
25-
<Version>3.3.3</Version>
25+
<Version>3.3.4</Version>
2626
<DevelopmentDependency>true</DevelopmentDependency>
2727
<Authors>Johan Larsson, milleniumbug</Authors>
2828
<Description>Analyzers and fixes for IDisposable.</Description>
2929
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3030
<PackageReleaseNotes>
31+
3.3.4
32+
BUGFIX: IDISP004 when yield return.
33+
BUGFIX: IDISP004 handle System.Net.Mail.Attachment
34+
BUGFIX: IDISP003 handle null forgiving operator.
35+
3.3.4
36+
BUGFIX: IDISP004 when yield return.
37+
BUGFIX: IDISP004 handle System.Net.Mail.Attachment
3138
3.3.3
32-
BUGFIX Infinite recursion killing VS.
39+
BUGFIX: Infinite recursion killing VS.
3340
3.3.2
34-
BUGFIX IDISP023 don't warn on attribute.
41+
BUGFIX: IDISP023 don't warn on attribute.
3542
3.3.1
36-
BUGFIX IDISP017: when DisposeAsync()
37-
BUGFIX IDISP004 when pooled
43+
BUGFIX: IDISP017: when DisposeAsync()
44+
BUGFIX: IDISP004 when pooled
3845
3.3.0
3946
FEAUTURE: Initial support for AsyncDisposable
4047
3.2.0

0 commit comments

Comments
 (0)