|
|
@@ -3,7 +3,7 @@
|
|
|
<Authors>MarcinZiabek</Authors>
|
|
|
<Company>CodeFlint</Company>
|
|
|
<PackageId>QuestPDF</PackageId>
|
|
|
- <Version>2024.3.0-alpha</Version>
|
|
|
+ <Version>2024.3.0-internal53</Version>
|
|
|
<PackageDescription>QuestPDF is an open-source, modern and battle-tested library that can help you with generating PDF documents by offering friendly, discoverable and predictable C# fluent API. Easily generate PDF reports, invoices, exports, etc.</PackageDescription>
|
|
|
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
|
|
|
<LangVersion>10</LangVersion>
|
|
|
@@ -41,8 +41,9 @@
|
|
|
|
|
|
<None Include="LatoFont\*.*">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ <CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
<Pack>true</Pack>
|
|
|
- <PackagePath>%(RecursiveDir)%(Filename)%(Extension)</PackagePath>
|
|
|
+ <PackagePath>runtimes\any\native\%(RecursiveDir)%(Filename)%(Extension)</PackagePath>
|
|
|
</None>
|
|
|
|
|
|
<None Include="Runtimes\**\*.*">
|