From a7861ee57d63711dac79c678a293b76bfeb5dcb0 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sun, 24 May 2020 11:50:19 -0400 Subject: [PATCH] bump version, update readme --- ImportExcel.psd1 | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index e8c6d6d..fc62949 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -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 = @' diff --git a/README.md b/README.md index 14674dd..ef5bdf1 100644 --- a/README.md +++ b/README.md @@ -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