Compare commits

...

3 Commits

Author SHA1 Message Date
Marcin Ziąbek b6e0bd505c Merge branch 'main' into 2021.05 2021-05-03 11:39:17 +02:00
MarcinZiabek 4e3ba1d878 Fixed wrong import in QuestPDF.Examples.csproj 2021-04-16 10:22:41 +02:00
Marcin Ziąbek 6f0c6513da Bugfix: exception when providing null content into the Text element 2021-03-31 13:00:29 +02:00
+1 -1
View File
@@ -163,4 +163,4 @@ namespace QuestPDF.Fluent
return element.Element(new Box());
}
}
}
}