bump version, update readme

This commit is contained in:
dfinke
2020-05-24 11:50:19 -04:00
parent 24ca7a4d86
commit a7861ee57d
2 changed files with 6 additions and 2 deletions

View File

@@ -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 = @'

View File

@@ -60,6 +60,10 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi
![](./images/ScriptAnalyzerReport.png)
# 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