PublishToGallery.ps1

$p = @{
    Name        = "ImportExcel"
    NuGetApiKey = $NuGetApiKey
    ReleaseNote = "Use PowerShell to 'fuzzy' search your data"
}

Publish-Module @p