Skip to content

Commit

Permalink
Merge pull request #85 from christiaanderidder/1.22.0
Browse files Browse the repository at this point in the history
1.22.0
  • Loading branch information
christiaanderidder authored Oct 7, 2024
2 parents 3ae1bf0 + b8f9969 commit 6d68463
Show file tree
Hide file tree
Showing 3 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 @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Markdig" Version="0.37.0"/>
<PackageReference Include="QuestPDF" Version="2024.7.3" />
<PackageReference Include="QuestPDF" Version="2024.10.0" />
<PackageReference Include="SkiaSharp" Version="2.88.8" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions tests/QuestPDF.Markdown.Tests/RenderTests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using System.Reflection;
using NUnit.Framework;
using QuestPDF.Companion;
using QuestPDF.Fluent;
using QuestPDF.Helpers;
using QuestPDF.Infrastructure;
using QuestPDF.Previewer;

namespace QuestPDF.Markdown.Tests;

Expand Down Expand Up @@ -43,7 +43,7 @@ public async Task Render()

try
{
await document.ShowInPreviewerAsync().ConfigureAwait(true);
await document.ShowInCompanionAsync().ConfigureAwait(true);
}
catch(OperationCanceledException)
{
Expand All @@ -63,7 +63,7 @@ public async Task RenderDebug()

try
{
await document.ShowInPreviewerAsync().ConfigureAwait(true);
await document.ShowInCompanionAsync().ConfigureAwait(true);
}
catch(OperationCanceledException)
{
Expand Down
Binary file modified tests/QuestPDF.Markdown.Tests/test.pdf
Binary file not shown.

0 comments on commit 6d68463

Please sign in to comment.