This commit is contained in:
jhoneill
2019-12-22 18:38:12 +00:00
2 changed files with 10 additions and 2 deletions

View File

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

View File

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