mirror of
https://github.com/dfinke/ImportExcel.git
synced 2026-01-05 18:13:43 +00:00
11 lines
325 B
PowerShell
11 lines
325 B
PowerShell
|
|
$p = @{
|
|
Name = "ImportExcel"
|
|
NuGetApiKey = $NuGetApiKey
|
|
#LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
|
|
#Tag = "Excel","EPPlus","Export","Import"
|
|
ReleaseNote = "Added Conditional Text Formatting"
|
|
#ProjectUri = "https://github.com/dfinke/ImportExcel"
|
|
}
|
|
|
|
Publish-Module @p |