mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-15 15:53:32 +00:00
11 lines
350 B
PowerShell
11 lines
350 B
PowerShell
|
|
$p = @{
|
|
Name = "ImportExcel"
|
|
NuGetApiKey = $NuGetApiKey
|
|
LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
|
|
Tag = "Excel","EPPlus","Export","Import"
|
|
ReleaseNote = "Fixed v3.0 bug, added -HeaderRow, added Help for Export-Excel"
|
|
ProjectUri = "https://github.com/dfinke/ImportExcel"
|
|
}
|
|
|
|
Publish-Module @p |