From ac7df18a8349f3a9bacab99c21f29a8c98597615 Mon Sep 17 00:00:00 2001 From: PaulMansour Date: Tue, 10 Jan 2023 11:15:47 -0700 Subject: [PATCH] Release 0.0.19 --- ReleaseNotes.md | 5 ++++- acre.config | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f0b6f9b..6b41bee 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,7 @@ -# XL2APL Release 0.0.18 +# XL2APL Release 0.0.19 +1. Fix Issue #16 (IsXLSXFile does not work if file is open) + +# XL2APL Release 0.0.18 2022-04-01 12:51:03 1. Simplify block reading 2. Simplify keeping first row XML for later type and format analysis 3. Move blocking to XML in zip archive to handle large files diff --git a/acre.config b/acre.config index 718dd0c..6af391c 100644 --- a/acre.config +++ b/acre.config @@ -7,5 +7,5 @@ "Tests" ], "URL": "https://github.com/the-carlisle-group/XL2APL", - "Version": "0.0.18" + "Version": "0.0.19" }