Skip to content

Commit 1149e18

Browse files
committed
bump version
1 parent 6405be0 commit 1149e18

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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.6</Version>
30+
<Version>4.0.7</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.7
37+
BUGFIX: Handle target typed new
3638
4.0.6
3739
BUGFIX: Handle ref struct
3840
BUGFIX: Handle target typed new

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 4.0.7
2+
BUGFIX: Handle target typed new
3+
14
#### 4.0.6
25
BUGFIX: Handle ref struct
36
BUGFIX: Handle target typed new

0 commit comments

Comments
 (0)