Skip to content

Commit 32950ba

Browse files
committed
Update StyleCop.Analyzers
1 parent 8a967f8 commit 32950ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CodeStyle/CodeStyle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PropertyGroup>
1919
<ItemGroup>
2020
<PackageReference Include="IDisposableAnalyzers" Version="3.4.15" PrivateAssets="none" />
21-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333" PrivateAssets="none" />
21+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.354" PrivateAssets="none" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<ProjectReference Include="..\CodeStyle.Analyzers\CodeStyle.Analyzers.csproj" PrivateAssets="none" />

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ Initial release
107107
> * BUGFIX: Handle function pointer.
108108
> #### 3.4.13
109109
> * BUGFIX: Specialcase Gu.Reactive extension methods.
110+
* Update StyleCop.Analyzers to 1.2.0-beta.354 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.333...1.2.0-beta.354))
110111

111112

112113
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md

0 commit comments

Comments
 (0)