浏览代码

2022.11.0-alpha0

MarcinZiabek 3 年之前
父节点
当前提交
b895931eb9
共有 3 个文件被更改,包括 3 次插入8 次删除
  1. 1 1
      QuestPDF/QuestPDF.csproj
  2. 1 1
      QuestPDF/Resources/Description.md
  3. 1 6
      QuestPDF/Resources/ReleaseNotes.txt

+ 1 - 1
QuestPDF/QuestPDF.csproj

@@ -3,7 +3,7 @@
         <Authors>MarcinZiabek</Authors>
         <Authors>MarcinZiabek</Authors>
         <Company>CodeFlint</Company>
         <Company>CodeFlint</Company>
         <PackageId>QuestPDF</PackageId>
         <PackageId>QuestPDF</PackageId>
-        <Version>2022.9.0</Version>
+        <Version>2022.11.0-alpha0</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.</PackageDescription>
         <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.</PackageDescription>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/Resources/ReleaseNotes.txt"))</PackageReleaseNotes>
         <LangVersion>9</LangVersion>
         <LangVersion>9</LangVersion>

+ 1 - 1
QuestPDF/Resources/Description.md

@@ -21,7 +21,7 @@ Install-Package QuestPDF
 dotnet add package QuestPDF
 dotnet add package QuestPDF
 
 
 // Package reference in .csproj file
 // Package reference in .csproj file
-<PackageReference Include="QuestPDF" Version="2022.3.0" />
+<PackageReference Include="QuestPDF" Version="2022.11.0" />
 ```
 ```
 
 
 ## Documentation
 ## Documentation

+ 1 - 6
QuestPDF/Resources/ReleaseNotes.txt

@@ -1,6 +1 @@
-2022.9.0
-- Implemented font-fallback algorithm,
-- Introduced new Settings API,
-- Significantly reduced memory allocation cost for TextStyle objects,
-- Implemented optional checking if all font glyphs are available,
-- Minor text-rendering optimizations.
+Added support for the right-to-left content direction.