File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-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 >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 >
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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments