From 9d1a544e77b7170003f29df1014541d188984255 Mon Sep 17 00:00:00 2001 From: dfinke Date: Sat, 21 Dec 2019 11:46:05 -0500 Subject: [PATCH] Updated --- ImportExcel.psd1 | 4 ++-- README.md | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ImportExcel.psd1 b/ImportExcel.psd1 index c42dd17..cf76e08 100644 --- a/ImportExcel.psd1 +++ b/ImportExcel.psd1 @@ -6,7 +6,7 @@ RootModule = 'ImportExcel.psm1' # Version number of this module. - ModuleVersion = '7.0.0' + ModuleVersion = '7.0.1' # ID used to uniquely identify this module GUID = '60dd4136-feff-401a-ba27-a84458c57ede' @@ -106,7 +106,7 @@ Check out the How To Videos https://www.youtube.com/watch?v=U3Ne_yX4tYo&list=PL5 ) # Cmdlets to export from this module - CmdletsToExport = @() + CmdletsToExport = @() FileList = @( '.\EPPlus.dll', diff --git a/README.md b/README.md index 95e4fc6..0b00343 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,14 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi ![](./images/ScriptAnalyzerReport.png) +# What's new 7.0.1 + +More infrastructure improvements. + +- Refine pipeline script analysis +- Improve artifacts published +- Add manifest (psd1) checks + # What's new 7.0.0 ## Refactor