Skip to content

Commit

Permalink
Merge pull request #23 from BobLd/v0.1.3
Browse files Browse the repository at this point in the history
Update PdfPig to 0.1.6 and bump version to 0.1.3
  • Loading branch information
BobLd committed Jun 1, 2022
2 parents d564412 + ebbbdad commit fe6e6e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tabula.Csv/Tabula.Csv.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452;net46;net461;net462;net47;net5.0;net6.0</TargetFrameworks>
<Description>Extract tables from PDF files (port of tabula-java using PdfPig). Csv and Tsv writers.</Description>
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>BobLd</Authors>
<PackageTags>pdf, extract, table, tabula, pdfpig, parse, extraction, csv, tsv, excel, export</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion Tabula.Json/Tabula.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452;net46;net461;net462;net47;net5.0;net6.0</TargetFrameworks>
<Description>Extract tables from PDF files (port of tabula-java using PdfPig). Json writer.</Description>
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Company>BobLd</Company>
<Authors>BobLd</Authors>
<PackageTags>pdf, extract, table, tabula, pdfpig, parse, extraction, json, export</PackageTags>
Expand Down
4 changes: 2 additions & 2 deletions Tabula/Tabula.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452;net46;net461;net462;net47;net5.0;net6.0</TargetFrameworks>
<Description>Extract tables from PDF files (port of tabula-java using PdfPig).</Description>
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<Authors>BobLd</Authors>
<Company>BobLd</Company>
<PackageTags>pdf, extract, table, tabula, pdfpig, parse, extraction, export</PackageTags>
Expand All @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="PdfPig" Version="0.1.5" />
<PackageReference Include="PdfPig" Version="0.1.6" />
</ItemGroup>

</Project>

0 comments on commit fe6e6e5

Please sign in to comment.