Releases: twenzel/Cake.MarkdownToPdf
Releases · twenzel/Cake.MarkdownToPdf
Update markdig
Fix document base path
Fixes an issue with the document's base path resulting no images could be found.
Remove wkhtmltopdf binary
This release removes the wkhtmltopdf binary from the package. This fixes #45.
You should install the required wkhtmltopdf binary as tool. The addin will find the tool automatically.
Fix dependencies
3.0.2 Fix dependency handling
Update Cake
- Update to Cake 3.0.0
- Support .NET 6.0 and .NET 7.0 only
- Minor fixes
Update Depenencies
- Update to Cake 0.34.1
- Update Markdig 0.17.1
Allow additional settings
The two new properties AdditionalGlobalOptions
and AdditionalPageOptions
allows to define all possible options by wkhtmltopdf. Details: https://wkhtmltopdf.org/usage/wkhtmltopdf.txt
Several Updates
- Updated to Cake 0.32
- Updated MarkDig
- Support cross-platform path delimiter (Thanks @jjrdk)
Update Cake to 0.30
Merge pull request #12 from twenzel/dependabot/nuget/Cake.Core-0.30.0 Bump Cake.Core from 0.28.0 to 0.30.0