Files
ImportExcel/PublishToGallery.ps1
2016-02-17 19:58:55 -05:00

8 lines
130 B
PowerShell

$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
ReleaseNote = "Fixes and great features"
}
Publish-Module @p