mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
Bumped version to 4.0.1
- Renamed 'TopRow' to 'StartRow' and added alias (More concise with future parameter names like 'StartColumn') - Removed 'ChangeList' in 'Notes' as this is tracked in Git - Added parameter 'Password' to import password protected files - Added Pester tests for parameter aliasses and: - parameter 'Password' - parameter 'Path' validation for extensions '.xls' and '.xlsx' - 'HeaderName' witb blanks - Changed comments in Pester tests from '<# Comment #>' to '# Comment' (Easier to outcomment a whole block of tests when performing a test on a specific piece of code)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
RootModule = 'ImportExcel.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '4.0.0'
|
||||
ModuleVersion = '4.0.1'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
||||
|
||||
Reference in New Issue
Block a user