Skip to content

Commit

Permalink
Bump the nuget group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the nuget group with 4 updates: [Markdig](https://github.com/xoofx/markdig), [NUnit](https://github.com/nunit/nunit), [NUnit.Analyzers](https://github.com/nunit/nunit.analyzers) and [coverlet.collector](https://github.com/coverlet-coverage/coverlet).


Updates `Markdig` from 0.35.0 to 0.36.2
- [Release notes](https://github.com/xoofx/markdig/releases)
- [Changelog](https://github.com/xoofx/markdig/blob/master/changelog.md)
- [Commits](xoofx/markdig@0.35.0...0.36.2)

Updates `NUnit` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/nunit/nunit/releases)
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md)
- [Commits](nunit/nunit@v4.0.1...4.1.0)

Updates `NUnit.Analyzers` from 4.0.1 to 4.1.0
- [Release notes](https://github.com/nunit/nunit.analyzers/releases)
- [Changelog](https://github.com/nunit/nunit.analyzers/blob/master/CHANGES.txt)
- [Commits](nunit/nunit.analyzers@4.0.1...4.1.0)

Updates `coverlet.collector` from 6.0.0 to 6.0.2
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](coverlet-coverage/coverlet@v6.0.0...v6.0.2)

---
updated-dependencies:
- dependency-name: Markdig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: NUnit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: NUnit.Analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 15a3df3 commit aa3918b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.35.0"/>
<PackageReference Include="Markdig" Version="0.36.2"/>
<PackageReference Include="QuestPDF" Version="2023.12.6" />
<PackageReference Include="SkiaSharp" Version="2.88.7" />
</ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions tests/QuestPDF.Markdown.Tests/QuestPDF.Markdown.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageReference Include="NUnit" Version="4.0.1" />
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageReference Include="NUnit.Analyzers" Version="4.0.1">
<PackageReference Include="NUnit.Analyzers" Version="4.1.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.0"/>
<PackageReference Include="coverlet.collector" Version="6.0.2"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit aa3918b

Please sign in to comment.