Bump version. Use ProviderPath

This commit is contained in:
dfinke
2021-06-20 12:11:14 -04:00
parent 1d961c679e
commit 14e1dfd8db
3 changed files with 11 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
RootModule = 'ImportExcel.psm1'
# Version number of this module.
ModuleVersion = '7.1.2'
ModuleVersion = '7.1.3'
# ID used to uniquely identify this module
GUID = '60dd4136-feff-401a-ba27-a84458c57ede'

6
PublishToGallery.ps1 Normal file
View File

@@ -0,0 +1,6 @@
$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
}
Publish-Module @p

View File

@@ -55,6 +55,10 @@ Plus, wiring the [PowerShell ScriptAnalyzer Excel report](https://github.com/dfi
![](.gitbook/assets/ScriptAnalyzerReport.png)
## What's new 7.1.3
- Changed to `ProviderPath`. Thanks [Trevor Walker](https://github.com/sporkabob)
## What's new 7.1.2
- `Get-ExcelFileSummary` - Gets summary information on an Excel file like number of rows, columns, and more