Files
ImportExcel/PublishToGallery.ps1
dfinke e9b8deccf5 Updated scripts
Added -Header parameter and scoped the header variable in the
Export-Excel command
2016-03-02 18:03:00 -05:00

8 lines
168 B
PowerShell

$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
ReleaseNote = "Add Header param to Import-Html. Scope variabales Export-Excel"
}
Publish-Module @p