Skip to content

Commit 17ed862

Browse files
authored
Merge pull request #78 from messerli-informatik-ag/update-style-cop
2 parents 5bc3af3 + 83488cf commit 17ed862

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CodeStyle/CodeStyle.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.Build.NoTargets">
33
<PropertyGroup>
4-
<Version>2.1.2</Version>
4+
<Version>2.1.3</Version>
55
<PackageId>Messerli.CodeStyle</PackageId>
66
<PackageTags>analyzers</PackageTags>
77
<Description>Various analyzers bundled with opinionated configuration</Description>
@@ -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.376" PrivateAssets="none" />
21+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.435" PrivateAssets="none" />
2222
</ItemGroup>
2323
<ItemGroup>
2424
<ProjectReference Include="..\CodeStyle.Analyzers\CodeStyle.Analyzers.csproj" PrivateAssets="none" />

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,9 @@ Initial release
112112
## 2.1.2
113113
* Update StyleCop.Analyzers to 1.2.0-beta.376 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.354...1.2.0-beta.376))
114114

115+
## 2.1.3
116+
* Update StyleCop.Analyzers to 1.2.0-beta.435 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.435))
117+
* Most notably this version fixes false positives of `SA1516: Elements should be separated by blank line` in files with top-level statements.
118+
115119

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

0 commit comments

Comments
 (0)