Files
ImportExcel/PublishToGallery.ps1
2016-02-24 15:52:55 -05:00

8 lines
142 B
PowerShell

$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
ReleaseNote = "Fix off by one error for Import-Html"
}
Publish-Module @p