Skip to content

Commit 403872e

Browse files
author
Simon Curtis
committed
Fixes using xml comments as About attribute for command (if not user-specified)
1 parent 1287ff6 commit 403872e

File tree

4 files changed

+385
-311
lines changed

4 files changed

+385
-311
lines changed

Clap.Net/Clap.Net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0" PrivateAssets="all" />
18-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.11.0" PrivateAssets="all" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.13.0" PrivateAssets="all" />
1919
<PackageReference Include="OneOf" Version="3.0.271" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)