Skip to content

Commit d7022fd

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #41 from messerli-informatik-ag/update-analyzers
Update Analyzers and Release 1.2.1
2 parents 696c608 + 1b25b99 commit d7022fd

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CodeStyle.csproj

Lines changed: 3 additions & 3 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>1.2.0</Version>
4+
<Version>1.2.1</Version>
55
<RepositoryUrl>https://github.com/messerli-informatik-ag/code-style</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>
77
<PackageId>Messerli.CodeStyle</PackageId>
@@ -21,8 +21,8 @@
2121
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="IDisposableAnalyzers" Version="3.3.8" PrivateAssets="none" />
25-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.164" PrivateAssets="none" />
24+
<PackageReference Include="IDisposableAnalyzers" Version="3.4.1" PrivateAssets="none" />
25+
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.205" PrivateAssets="none" />
2626
</ItemGroup>
2727
<ItemGroup>
2828
<None Include="build\**\*;buildMultiTargeting\**\*">

changelog.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,21 @@ Initial release
1515
> #### 3.3.0
1616
> - FEATURE: Initial support for AsyncDisposable
1717
18-
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
19-
2018
## 1.2.0
2119
- Disable SA1412 (StoreFilesAsUtf). This means that BOMs are no longer required in C# files.
2220
- Update IDisposableAnalyzers from 3.3.2 to 3.3.8:
2321
- Update StyleCop.Analyzers from 1.2.0-beta.113 to 1.2.0-beta.164 ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.113...1.2.0-beta.164)).
2422
- Enable `GenerateDocumentationFile` by default. This had to be turned on manually in each project before,
2523
as it is required by our StyleCop configuration.
24+
25+
## 1.2.1
26+
- Update StyleCop.Analyzers to 1.2.0-beta.205. ([diff](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.164...1.2.0-beta.205))
27+
- Update IDisposableAnalyzers to 3.4.1. Excerpt from [IDisposableAnalyzers Changelog]:
28+
> #### 3.4.1
29+
> * Publish with binaries.
30+
> #### 3.4.0
31+
> * FEATURE: Handle DisposableMixins.DisposeWith
32+
> * BUGFIX: IDISP025 when abstract dispose method.
33+
> * BUGFIX: IDISP006 when explicit implementation.
34+
35+
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md

0 commit comments

Comments
 (0)