mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
11 lines
332 B
PowerShell
11 lines
332 B
PowerShell
|
|
$p = @{
|
|
Name = "ImportExcel"
|
|
NuGetApiKey = $NuGetApiKey
|
|
LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
|
|
Tag = "Excel","EPPlus","Export","Import"
|
|
ReleaseNote = "Can now handle data that is _not_ an object"
|
|
ProjectUri = "https://github.com/dfinke/ImportExcel"
|
|
}
|
|
|
|
Publish-Module @p |