PublishToGallery.ps1

$p = @{
    Name = "OutTabulatorView"
    NuGetApiKey = $NuGetApiKey
    ReleaseNote = ""
}

Publish-Module @p