Skip to content

Commit f683e02

Browse files
committed
Bump version.
1 parent f4bce16 commit f683e02

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

IDisposableAnalyzers/IDisposableAnalyzers.csproj

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,23 @@
2020
</PropertyGroup>
2121

2222
<PropertyGroup>
23-
<Version>3.4.3</Version>
23+
<Version>3.4.5</Version>
2424
<DevelopmentDependency>true</DevelopmentDependency>
2525
<Authors>Johan Larsson, milleniumbug</Authors>
2626
<Description>Analyzers and fixes for IDisposable.</Description>
2727
<PackageTags>IDisposable Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags>
2828
<PackageReleaseNotes>
29+
3.4.5
30+
FEATURE: Handle switch expression.
31+
BUGFIX: Figure out await in more places.
32+
BUGFIX: Tweak assumptions about binary symbols.
33+
BUGFIX: Handle Interlocked.Exchange
34+
3.4.4
35+
FEATURE: Handle some common uses of reflection.
36+
3.4.3
37+
Special case ConnectionFactory.CreateConnection
38+
BUGFIX: Handle chained calls
39+
BUGFIX: Cast and dispose correctly.
2940
3.4.2
3041
Handle some regressions in Roslyn 3.7
3142
3.4.1

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
####
1+
#### 3.4.5
22
* FEATURE: Handle switch expression.
33
* BUGFIX: Figure out await in more places.
44
* BUGFIX: Tweak assumptions about binary symbols.
5+
* BUGFIX: Handle Interlocked.Exchange
56

67
#### 3.4.4
78
* FEATURE: Handle some common uses of reflection.

0 commit comments

Comments
 (0)