Skip to content

Commit

Permalink
Bump the nuget group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the nuget group with 2 updates: [QuestPDF](https://github.com/QuestPDF/library) and [coverlet.collector](https://github.com/coverlet-coverage/coverlet).


Updates `QuestPDF` from 2024.12.2 to 2024.12.3
- [Release notes](https://github.com/QuestPDF/library/releases)
- [Commits](QuestPDF/QuestPDF@2024.12.2...2024.12.3)

Updates `coverlet.collector` from 6.0.3 to 6.0.4
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.3...v6.0.4)

---
updated-dependencies:
- dependency-name: QuestPDF
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: coverlet.collector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent ac6974e commit 229b78f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/QuestPDF.Markdown/QuestPDF.Markdown.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Markdig" Version="0.40.0"/>
<PackageReference Include="QuestPDF" Version="2024.12.2" />
<PackageReference Include="QuestPDF" Version="2024.12.3" />
<PackageReference Include="SkiaSharp" Version="3.116.1" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.3">
<PackageReference Include="coverlet.collector" Version="6.0.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 229b78f

Please sign in to comment.