Update-Manifest.ps1

Update-ModuleManifest `
    -Path (Join-Path -Path $PSScriptRoot -ChildPath ./UncommonSense.AH.psd1) `
    -FunctionsToExport (Get-ChildItem -Path $PSScriptRoot\Public\*.ps1 -ErrorAction SilentlyContinue).BaseName