Skip to content

Commit

Permalink
(doc) Update package documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed May 2, 2024
1 parent 92e69bf commit 1ecc766
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/Cake.Codecov/Cake.Codecov.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<CodeAnalysisRuleSet>Cake.Codecov.ruleset</CodeAnalysisRuleSet>
<Company>Cake Contributors</Company>
<Copyright>Copyright © 2017-$([System.DateTime]::Today.Year) - Cake Contributors</Copyright>
<Description>Cake addin that extends Cake with the ability to use Codecov (.NET Edition).</Description>
<Description>Cake addin that extends Cake with the ability to use the official Codecov CLI.</Description>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Cake.Codecov.xml</DocumentationFile>
<NeutralLanguage>en-GB</NeutralLanguage>
<TargetFrameworks>net5.0;netstandard2.0;net461</TargetFrameworks>
Expand All @@ -23,9 +23,11 @@
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Title>$(AssemblyTitle)</Title>
<PackageReadmeFile>docs/README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<AdditionalFiles Include="stylecop.json" />
<None Include="../../README.md" Pack="true" PackagePath="docs/"/>
</ItemGroup>
<!-- Package References -->
<ItemGroup>
Expand Down

0 comments on commit 1ecc766

Please sign in to comment.