Skip to content

Commit d812ede

Browse files
committed
bump version
1 parent 70230d2 commit d812ede

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup>
30-
<Version>4.0.2</Version>
30+
<Version>4.0.3</Version>
3131
<DevelopmentDependency>true</DevelopmentDependency>
3232
<Authors>Johan Larsson, milleniumbug</Authors>
3333
<Description>Analyzers and fixes for IDisposable.</Description>
3434
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
3535
<PackageReleaseNotes>
36+
4.0.3
37+
BUGFIX: Handle recursive builder
3638
4.0.2
3739
BUGFIX: IDISP007 when disposing static member in static context
3840
4.0.1

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 4.0.3
2+
* BUGFIX: Handle recursive builder
3+
14
#### 4.0.2
25
* BUGFIX: IDISP007 when disposing static member in static context
36

0 commit comments

Comments
 (0)