We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70230d2 commit d812edeCopy full SHA for d812ede
2 files changed
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -27,12 +27,14 @@
27
</PropertyGroup>
28
29
<PropertyGroup>
30
- <Version>4.0.2</Version>
+ <Version>4.0.3</Version>
31
<DevelopmentDependency>true</DevelopmentDependency>
32
<Authors>Johan Larsson, milleniumbug</Authors>
33
<Description>Analyzers and fixes for IDisposable.</Description>
34
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
35
<PackageReleaseNotes>
36
+ 4.0.3
37
+ BUGFIX: Handle recursive builder
38
4.0.2
39
BUGFIX: IDISP007 when disposing static member in static context
40
4.0.1
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 4.0.3
2
+* BUGFIX: Handle recursive builder
3
+
4
#### 4.0.2
5
* BUGFIX: IDISP007 when disposing static member in static context
6
0 commit comments