Skip to content

Commit fe6e6e5

Browse files
authored
Merge pull request #23 from BobLd/v0.1.3
Update PdfPig to 0.1.6 and bump version to 0.1.3
2 parents d564412 + ebbbdad commit fe6e6e5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Tabula.Csv/Tabula.Csv.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452;net46;net461;net462;net47;net5.0;net6.0</TargetFrameworks>
55
<Description>Extract tables from PDF files (port of tabula-java using PdfPig). Csv and Tsv writers.</Description>
66
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
7-
<Version>0.1.2</Version>
7+
<Version>0.1.3</Version>
88
<Authors>BobLd</Authors>
99
<PackageTags>pdf, extract, table, tabula, pdfpig, parse, extraction, csv, tsv, excel, export</PackageTags>
1010
<PackageLicenseExpression>MIT</PackageLicenseExpression>

Tabula.Json/Tabula.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452;net46;net461;net462;net47;net5.0;net6.0</TargetFrameworks>
55
<Description>Extract tables from PDF files (port of tabula-java using PdfPig). Json writer.</Description>
66
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
7-
<Version>0.1.2</Version>
7+
<Version>0.1.3</Version>
88
<Company>BobLd</Company>
99
<Authors>BobLd</Authors>
1010
<PackageTags>pdf, extract, table, tabula, pdfpig, parse, extraction, json, export</PackageTags>

Tabula/Tabula.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFrameworks>netcoreapp3.1;netstandard2.0;net452;net46;net461;net462;net47;net5.0;net6.0</TargetFrameworks>
55
<Description>Extract tables from PDF files (port of tabula-java using PdfPig).</Description>
66
<PackageProjectUrl>https://github.com/BobLd/tabula-sharp</PackageProjectUrl>
7-
<Version>0.1.2</Version>
7+
<Version>0.1.3</Version>
88
<Authors>BobLd</Authors>
99
<Company>BobLd</Company>
1010
<PackageTags>pdf, extract, table, tabula, pdfpig, parse, extraction, export</PackageTags>
@@ -23,7 +23,7 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="PdfPig" Version="0.1.5" />
26+
<PackageReference Include="PdfPig" Version="0.1.6" />
2727
</ItemGroup>
2828

2929
</Project>

0 commit comments

Comments
 (0)