We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6405be0 commit 1149e18Copy full SHA for 1149e18
IDisposableAnalyzers/IDisposableAnalyzers.csproj
@@ -27,12 +27,14 @@
27
</PropertyGroup>
28
29
<PropertyGroup>
30
- <Version>4.0.6</Version>
+ <Version>4.0.7</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.7
37
+ BUGFIX: Handle target typed new
38
4.0.6
39
BUGFIX: Handle ref struct
40
BUGFIX: Handle target typed new
RELEASE_NOTES.md
@@ -1,3 +1,6 @@
1
+#### 4.0.7
2
+BUGFIX: Handle target typed new
3
+
4
#### 4.0.6
5
6
0 commit comments