Skip to content

Commit

Permalink
V 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-englert committed Dec 22, 2023
1 parent f7e2109 commit 3372f02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
<Company>tom-englert.de</Company>
<Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
<Product>Tom's Toolbox</Product>
<Version>2.5.15</Version>
<Version>2.6.0</Version>
</PropertyGroup>

<PropertyGroup>
<EnableNETAnalyzers>True</EnableNETAnalyzers>
<AnalysisLevel>latest-All</AnalysisLevel>
<AnalyzerMode>All</AnalyzerMode>
<AnalysisLevel>latest</AnalysisLevel>
</PropertyGroup>
</Project>

0 comments on commit 3372f02

Please sign in to comment.