Skip to content

Commit 79a8841

Browse files
committed
bump version
1 parent 0fde33a commit 79a8841

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

IDisposableAnalyzers/IDisposableAnalyzers.csproj

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

2929
<PropertyGroup>
30-
<Version>4.0.4</Version>
30+
<Version>4.0.5</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.5
37+
BUGFIX: Handle ValueTask
38+
BUGFIX: awaited in expression
3639
4.0.3
3740
BUGFIX: Handle recursive builder
3841
4.0.2

0 commit comments

Comments
 (0)