mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-31 15:43:54 +00:00
Merge branch 'master' of https://github.com/dfinke/ImportExcel
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -60,6 +60,14 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi
|
||||
|
||||

|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user