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