Skip to content

Commit 53fefdd

Browse files
author
Jan Nils Ferner
authored
Merge pull request #13 from messerli-informatik-ag/update-disposable-analyzers
Update IDisposableAnalyzers to latest version
2 parents e16239e + 65299a4 commit 53fefdd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

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>1.0.1</Version>
4+
<Version>1.1.0</Version>
55
<RepositoryUrl>https://github.com/messerli-informatik-ag/code-style</RepositoryUrl>
66
<RepositoryType>git</RepositoryType>
77
<PackageId>Messerli.CodeStyle</PackageId>
@@ -21,7 +21,7 @@
2121
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
2222
</PropertyGroup>
2323
<ItemGroup>
24-
<PackageReference Include="IDisposableAnalyzers" Version="3.2.0" PrivateAssets="none" />
24+
<PackageReference Include="IDisposableAnalyzers" Version="3.3.2" PrivateAssets="none" />
2525
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.113" PrivateAssets="none" />
2626
</ItemGroup>
2727
<ItemGroup>

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,10 @@ Initial release
99

1010
## 1.0.1
1111
- Hide stylecop.json in Visual Studio.
12+
13+
## 1.1.0
14+
- Update IDisposableAnalyzers from 3.2.0 to 3.3.2. Excerpt from [IDisposableAnalyzers Changelog]:
15+
> #### 3.3.0
16+
> - FEATURE: Initial support for AsyncDisposable
17+
18+
[IDisposableAnalyzers Changelog]: https://github.com/DotNetAnalyzers/IDisposableAnalyzers/blob/master/RELEASE_NOTES.md

0 commit comments

Comments
 (0)