Skip to content

Commit

Permalink
Update QuestPDF to 2024.10.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanderidder committed Sep 29, 2024
1 parent 3ae1bf0 commit 973f247
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 @@ -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-rc4" />
<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

0 comments on commit 973f247

Please sign in to comment.