Skip to content

Commit bdb9302

Browse files
committed
Updated to 2022.8
1 parent e1a3cd1 commit bdb9302

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ static void Main(string[] args)
1919
var document = new InvoiceDocument(model);
2020

2121
// Generate PDF file and show it in the default viewer
22-
GenerateDocumentAndShow(document);
22+
//GenerateDocumentAndShow(document);
2323

2424
// Or open the QuestPDF Previewer and experiment with the document's design
2525
// in real-time without recompilation after each code change
26-
//document.ShowInPreviewer();
26+
document.ShowInPreviewer();
2727
}
2828

2929
static void GenerateDocumentAndShow(InvoiceDocument document)

QuestPDF.ExampleInvoice.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="QuestPDF" Version="2022.6.1" />
10+
<PackageReference Include="QuestPDF" Version="2022.8.0" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)