Skip to content

Commit

Permalink
Merge pull request #50 from mgnslndh/upgrade-markdig
Browse files Browse the repository at this point in the history
Upgrade Markdig to 0.37.0
  • Loading branch information
twenzel authored May 31, 2024
2 parents 1bfacc2 + 09256a9 commit 5935cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.MarkdownToPdf/Cake.MarkdownToPdf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<ItemGroup>
<PackageReference Include="Cake.Core" Version="3.0.0" PrivateAssets="All" />
<PackageReference Include="Markdig" Version="0.30.4" PrivateAssets="All" />
<PackageReference Include="Markdig" Version="0.37.0" PrivateAssets="All" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 5935cf4

Please sign in to comment.