mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
8 lines
157 B
PowerShell
8 lines
157 B
PowerShell
|
|
$p = @{
|
|
Name = "ImportExcel"
|
|
NuGetApiKey = $NuGetApiKey
|
|
ReleaseNote = "Added -PassThru. Returns the unsaved Excel Workbook"
|
|
}
|
|
|
|
Publish-Module @p |