From e9584ea749e050b30e822f769b91e0fad747ae04 Mon Sep 17 00:00:00 2001 From: BobLd Date: Tue, 22 Sep 2020 17:10:15 +0100 Subject: [PATCH] switch to v0.1.0-alpha002 --- Tabula.Csv/Tabula.Csv.csproj | 4 ++-- Tabula.Json/Tabula.Json.csproj | 4 ++-- Tabula/Tabula.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Tabula.Csv/Tabula.Csv.csproj b/Tabula.Csv/Tabula.Csv.csproj index e5fca44..061fe0e 100644 --- a/Tabula.Csv/Tabula.Csv.csproj +++ b/Tabula.Csv/Tabula.Csv.csproj @@ -1,10 +1,10 @@ - + 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-alpha001 + 0.1.0-alpha002 BobLd diff --git a/Tabula.Json/Tabula.Json.csproj b/Tabula.Json/Tabula.Json.csproj index efe0ffa..d7344e3 100644 --- a/Tabula.Json/Tabula.Json.csproj +++ b/Tabula.Json/Tabula.Json.csproj @@ -1,10 +1,10 @@ - + 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-alpha001 + 0.1.0-alpha002 BobLd BobLd diff --git a/Tabula/Tabula.csproj b/Tabula/Tabula.csproj index c596522..7e4fc80 100644 --- a/Tabula/Tabula.csproj +++ b/Tabula/Tabula.csproj @@ -6,7 +6,7 @@ https://github.com/BobLd/tabula-sharp 0.1.0.0 0.1.0.0 - 0.1.0-alpha001 + 0.1.0-alpha002 BobLd BobLd