Skip to content

Commit d36e476

Browse files
committed
Bump version.
1 parent 6a228e8 commit d36e476

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<Version>3.4.10</Version>
29+
<Version>3.4.11</Version>
3030
<DevelopmentDependency>true</DevelopmentDependency>
3131
<Authors>Johan Larsson, milleniumbug</Authors>
3232
<Description>Analyzers and fixes for IDisposable.</Description>
3333
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3434
<PackageReleaseNotes>
35+
BUGFIX IDISP023 handle trivial and.
3536
BUGFIX IDISP023 when chained constructors
3637
BUGFIX IDISP001 when if statement.
3738
BUGFIX IDISP004 when chained leave open.

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### 3.4.11
2+
* BUGFIX IDISP023 handle trivial and.
13
* BUGFIX IDISP023 when chained constructors
24
* BUGFIX IDISP001 when if statement.
35
* BUGFIX IDISP004 when chained leave open.

0 commit comments

Comments
 (0)