Skip to content

Commit 87a6707

Browse files
authored
Merge pull request #70 from messerli-informatik-ag/update-dependencies
Update dependencies and release
2 parents c8ddf24 + 98ed8f5 commit 87a6707

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

CodeStyle/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>2.1.0</Version>
4+
<Version>2.1.1</Version>
55
<PackageId>Messerli.CodeStyle</PackageId>
66
<PackageTags>analyzers</PackageTags>
77
<Description>Various analyzers bundled with opinionated configuration</Description>
@@ -17,8 +17,8 @@
1717
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
1818
</PropertyGroup>
1919
<ItemGroup>
20-
<PackageReference Include="IDisposableAnalyzers" Version="3.4.13" PrivateAssets="none" />
21-
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.333" PrivateAssets="none" />
20+
<PackageReference Include="IDisposableAnalyzers" Version="3.4.15" 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: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ Initial release
3232
> * BUGFIX: IDISP025 when abstract dispose method.
3333
> * BUGFIX: IDISP006 when explicit implementation.
3434
35-
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md
36-
3735
## 2.0.0-rc.1
3836
* Breaking: Treat all nullability warnings as errors.
3937
* Lints involving single line comments have been reduced to warnings to make temporary code commenting easier.
@@ -96,6 +94,20 @@ Initial release
9694
## 2.1.0
9795
* Warn when interface method has `public` accessibility modifier (`MESSERLI001`)
9896

99-
## Unreleased
97+
## 2.1.1
10098
* Relaxed rules:
10199
* [SA1119](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1119.md) (StatementMustNotUseUnnecessaryParenthesis) is now disabled.
100+
101+
* Update IDisposableAnalyzers to 3.4.15. Excerpt from [IDisposableAnalyzers Changelog]:
102+
> #### 3.4.15
103+
> * BUGFIX: IDISP005 with ServiceDescriptor
104+
> * BUGFIX: IDISP004 when DisposeWith
105+
> #### 3.4.14
106+
> * BUGFIX: IDISP005 should not warn in Assert.Throws.
107+
> * BUGFIX: Handle function pointer.
108+
> #### 3.4.13
109+
> * 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))
111+
112+
113+
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md

0 commit comments

Comments
 (0)