From 186ab3828e206d49dbe03962ba973fdd45c8afee Mon Sep 17 00:00:00 2001 From: BobLd Date: Sat, 6 Mar 2021 13:45:19 +0000 Subject: [PATCH] Set version to 0.1.1-alpha001 --- Tabula.Csv/Tabula.Csv.csproj | 2 +- Tabula.Json/Tabula.Json.csproj | 2 +- Tabula/Tabula.csproj | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tabula.Csv/Tabula.Csv.csproj b/Tabula.Csv/Tabula.Csv.csproj index 6d58617..0994808 100644 --- a/Tabula.Csv/Tabula.Csv.csproj +++ b/Tabula.Csv/Tabula.Csv.csproj @@ -4,7 +4,7 @@ netcoreapp3.1;netstandard2.0;net45;net451;net452;net46;net461;net462;net47 Extract tables from PDF files (port of tabula-java using PdfPig). Csv and Tsv writers. https://github.com/BobLd/tabula-sharp - 0.1.0 + 0.1.1-alpha001 BobLd pdf, extract, table, tabula, pdfpig, parse, extraction, csv, tsv, excel, export MIT diff --git a/Tabula.Json/Tabula.Json.csproj b/Tabula.Json/Tabula.Json.csproj index bf00d2d..f439799 100644 --- a/Tabula.Json/Tabula.Json.csproj +++ b/Tabula.Json/Tabula.Json.csproj @@ -4,7 +4,7 @@ netcoreapp3.1;netstandard2.0;net45;net451;net452;net46;net461;net462;net47 Extract tables from PDF files (port of tabula-java using PdfPig). Json writer. https://github.com/BobLd/tabula-sharp - 0.1.0 + 0.1.1-alpha001 BobLd BobLd pdf, extract, table, tabula, pdfpig, parse, extraction, json, export diff --git a/Tabula/Tabula.csproj b/Tabula/Tabula.csproj index f0445b5..6268ce7 100644 --- a/Tabula/Tabula.csproj +++ b/Tabula/Tabula.csproj @@ -4,9 +4,9 @@ netcoreapp3.1;netstandard2.0;net45;net451;net452;net46;net461;net462;net47 Extract tables from PDF files (port of tabula-java using PdfPig). https://github.com/BobLd/tabula-sharp - 0.1.0.0 - 0.1.0.0 - 0.1.0 + 0.1.1.0 + 0.1.1.0 + 0.1.1-alpha001 BobLd BobLd pdf, extract, table, tabula, pdfpig, parse, extraction, export