File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 15
15
<TargetFramework >netstandard2.0</TargetFramework >
16
16
</PropertyGroup >
17
17
<ItemGroup >
18
- <PackageReference Include =" IDisposableAnalyzers" Version =" 4.0.2 " PrivateAssets =" none" />
18
+ <PackageReference Include =" IDisposableAnalyzers" Version =" 4.0.8 " PrivateAssets =" none" />
19
19
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556" PrivateAssets =" none" />
20
20
</ItemGroup >
21
21
<ItemGroup >
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## 1.1.0
3
3
* Disallow packing without enabling ` ContinuousIntegrationBuild ` .
4
+ * Update ` IDisposableAnalyzers ` from 4.0.2 to 4.0.8. \
5
+ Excerpt from their [ Release Notes] ( https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md ) :
6
+ > #### 4.0.7
7
+ > BUGFIX: Handle target typed new
8
+ >
9
+ > #### 4.0.6
10
+ > BUGFIX: Handle ref struct
11
+ > BUGFIX: Handle target typed new
12
+ >
13
+ > #### 4.0.5
14
+ > BUGFIX: Handle ValueTask
15
+ > BUGFIX: awaited in expression
16
+ >
17
+ > #### 4.0.3
18
+ > * BUGFIX: Handle recursive builder
4
19
5
20
## 1.0.0
6
21
Initial release
You can’t perform that action at this time.
0 commit comments