mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-07 11:03:31 +00:00
8 lines
168 B
PowerShell
8 lines
168 B
PowerShell
|
|
$p = @{
|
|
Name = "ImportExcel"
|
|
NuGetApiKey = $NuGetApiKey
|
|
ReleaseNote = "Add Header param to Import-Html. Scope variabales Export-Excel"
|
|
}
|
|
|
|
Publish-Module @p |