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'
|
RootModule = 'ImportExcel.psm1'
|
||||||
|
|
||||||
# Version number of this module.
|
# Version number of this module.
|
||||||
ModuleVersion = '7.1.0'
|
ModuleVersion = '7.1.1'
|
||||||
|
|
||||||
# ID used to uniquely identify this module
|
# ID used to uniquely identify this module
|
||||||
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
CompanyName = 'Doug Finke'
|
CompanyName = 'Doug Finke'
|
||||||
|
|
||||||
# Copyright statement for this module
|
# 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 of the functionality provided by this module
|
||||||
Description = @'
|
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
|
# What's new 7.1.0
|
||||||
|
|
||||||
Fixes, Updates and new Examples
|
Fixes, Updates and new Examples
|
||||||
|
|||||||
Reference in New Issue
Block a user