Files
ImportExcel/PublishToGallery.ps1
2015-08-21 13:04:37 -04:00

11 lines
347 B
PowerShell

$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
LicenseUri = "https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt"
Tag = "Excel","EPPlus","Export","Import"
ReleaseNote = "Now you can read Excel files even if they're open in Excel"
ProjectUri = "https://github.com/dfinke/ImportExcel"
}
Publish-Module @p