Skip to content

Commit 3463c69

Browse files
author
Ethan Bishop
committed
Update readme and version number
1 parent c88239d commit 3463c69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ docker run corefiling/pdf2html pdf2htmlEX:$version --help
2828

2929
Since pdf2htmlex is licensed under the GPL, this project is too (see the LICENSE.TXT file).
3030

31-
As you can see from the build process, pdf2htmlEX itself is patched by the patches within this project (see [src/Pdf2Html/patches](tree/src/Pdf2Html/patches)), based on a clone of the upstream project tag we are targeting. As such we have not repeated pdf2htmlEX's source code here; you can find it via the link above.
31+
As you can see from the build process, pdf2htmlEX itself is aquired from our fork of pdf2htmlEX/pdf2htmlEX found here: https://github.com/CoreFiling/pdf2htmlEX/tree/feature/cfl-patches

src/Pdf2Html/Pdf2Html.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net8.0</TargetFramework>
55
<Nullable>enable</Nullable>
66
<ImplicitUsings>enable</ImplicitUsings>
7-
<Version>0.2.2</Version>
7+
<Version>0.3.0</Version>
88
<AssemblyName>Pdf2Html</AssemblyName>
99
<RootNamespace>Pdf2Html</RootNamespace>
1010
</PropertyGroup>

0 commit comments

Comments
 (0)