File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.Build.NoTargets" >
33 <PropertyGroup >
4- <Version >2.1.1 </Version >
4+ <Version >2.1.2 </Version >
55 <PackageId >Messerli.CodeStyle</PackageId >
66 <PackageTags >analyzers</PackageTags >
77 <Description >Various analyzers bundled with opinionated configuration</Description >
1818 </PropertyGroup >
1919 <ItemGroup >
2020 <PackageReference Include =" IDisposableAnalyzers" Version =" 3.4.15" PrivateAssets =" none" />
21- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.354 " PrivateAssets =" none" />
21+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.376 " PrivateAssets =" none" />
2222 </ItemGroup >
2323 <ItemGroup >
2424 <ProjectReference Include =" ..\CodeStyle.Analyzers\CodeStyle.Analyzers.csproj" PrivateAssets =" none" />
Original file line number Diff line number Diff line change @@ -109,5 +109,8 @@ Initial release
109109 > * BUGFIX: Specialcase Gu.Reactive extension methods.
110110* 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 ) )
111111
112+ ## 2.1.2
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+
112115
113116[ IDisposableAnalyzers Changelog ] : https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
You can’t perform that action at this time.
0 commit comments