bump version

This commit is contained in:
dfinke
2022-06-12 11:32:12 -04:00
parent 89a4cfde0d
commit b789db9ba3
2 changed files with 4 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
RootModule = 'ImportExcel.psm1'
# Version number of this module.
ModuleVersion = '7.5.3'
ModuleVersion = '7.6.0'
# ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

View File

@@ -1,3 +1,6 @@
# 7.6.0
- Fix -StartRow and -StartColumn being ignored.
# v7.5.2
- Changed the switch `-NotAsDictionary` to `-Raw`. Works with `-Worksheetname *` reads all the sheets in the xlsx file and returns an array.