We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c8797 commit bb6d475Copy full SHA for bb6d475
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -26,12 +26,14 @@
26
</PropertyGroup>
27
28
<PropertyGroup>
29
- <Version>3.4.11</Version>
+ <Version>3.4.12</Version>
30
<DevelopmentDependency>true</DevelopmentDependency>
31
<Authors>Johan Larsson, milleniumbug</Authors>
32
<Description>Analyzers and fixes for IDisposable.</Description>
33
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
34
<PackageReleaseNotes>
35
+ 3.4.12
36
+ BUGFIX: Handle more cases when chained extension methods.
37
BUGFIX: When leaveOpen has default value
38
3.4.11
39
BUGFIX IDISP023 handle trivial and.
0 commit comments