PublishToGallery.ps1
$p = @{ Name = "PSFuzzySearch" NuGetApiKey = $NuGetApiKey ReleaseNote = "Use PowerShell to 'fuzzy' search your data" } Publish-Module @p |
$p = @{ Name = "PSFuzzySearch" NuGetApiKey = $NuGetApiKey ReleaseNote = "Use PowerShell to 'fuzzy' search your data" } Publish-Module @p |