mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
bump version, update readme
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
RootModule = 'ImportExcel.psm1'
|
||||
|
||||
# Version number of this module.
|
||||
ModuleVersion = '7.1.0'
|
||||
ModuleVersion = '7.1.1'
|
||||
|
||||
# ID used to uniquely identify this module
|
||||
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
||||
@@ -18,7 +18,7 @@
|
||||
CompanyName = 'Doug Finke'
|
||||
|
||||
# Copyright statement for this module
|
||||
Copyright = 'c 2019 All rights reserved.'
|
||||
Copyright = 'c 2020 All rights reserved.'
|
||||
|
||||
# Description of the functionality provided by this module
|
||||
Description = @'
|
||||
|
||||
@@ -60,6 +60,10 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi
|
||||
|
||||

|
||||
|
||||
# What's new 7.1.1
|
||||
|
||||
- Moved `Export-MultipleExcelSheets` from psm1 to Examples/Experimental
|
||||
|
||||
# What's new 7.1.0
|
||||
|
||||
Fixes, Updates and new Examples
|
||||
|
||||
Reference in New Issue
Block a user