From aecc80118eddcc7bf3060859c97533454e1d595b Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Sun, 6 Oct 2024 18:38:31 +0100 Subject: [PATCH] Bump version --- Tabula.Csv/Tabula.Csv.csproj | 2 +- Tabula.Json/Tabula.Json.csproj | 2 +- Tabula/Tabula.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Tabula.Csv/Tabula.Csv.csproj b/Tabula.Csv/Tabula.Csv.csproj index 1637398..19de791 100644 --- a/Tabula.Csv/Tabula.Csv.csproj +++ b/Tabula.Csv/Tabula.Csv.csproj @@ -4,7 +4,7 @@ netstandard2.0;net462;net471;net6.0;net8.0 Extract tables from PDF files (port of tabula-java using PdfPig). Csv and Tsv writers. https://github.com/BobLd/tabula-sharp - 0.1.4-alpha001 + 0.1.4 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 8b35abc..900ae85 100644 --- a/Tabula.Json/Tabula.Json.csproj +++ b/Tabula.Json/Tabula.Json.csproj @@ -4,7 +4,7 @@ netstandard2.0;net462;net471;net6.0;net8.0 Extract tables from PDF files (port of tabula-java using PdfPig). Json writer. https://github.com/BobLd/tabula-sharp - 0.1.4-alpha001 + 0.1.4 BobLd BobLd pdf, extract, table, tabula, pdfpig, parse, extraction, json, export diff --git a/Tabula/Tabula.csproj b/Tabula/Tabula.csproj index c6708b3..6b24b72 100644 --- a/Tabula/Tabula.csproj +++ b/Tabula/Tabula.csproj @@ -4,7 +4,7 @@ netstandard2.0;net462;net471;net6.0;net8.0 Extract tables from PDF files (port of tabula-java using PdfPig). https://github.com/BobLd/tabula-sharp - 0.1.4-alpha001 + 0.1.4 BobLd BobLd pdf, extract, table, tabula, pdfpig, parse, extraction, export