File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.Build.NoTargets" >
3
3
<PropertyGroup >
4
- <Version >2.1.2 </Version >
4
+ <Version >2.1.3 </Version >
5
5
<PackageId >Messerli.CodeStyle</PackageId >
6
6
<PackageTags >analyzers</PackageTags >
7
7
<Description >Various analyzers bundled with opinionated configuration</Description >
18
18
</PropertyGroup >
19
19
<ItemGroup >
20
20
<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" />
22
22
</ItemGroup >
23
23
<ItemGroup >
24
24
<ProjectReference Include =" ..\CodeStyle.Analyzers\CodeStyle.Analyzers.csproj" PrivateAssets =" none" />
Original file line number Diff line number Diff line change @@ -112,5 +112,9 @@ Initial release
112
112
## 2.1.2
113
113
* 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 ) )
114
114
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
+
115
119
116
120
[ IDisposableAnalyzers Changelog ] : https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
You can’t perform that action at this time.
0 commit comments