rhubarb-geek-nz.NpgsqlConnection.psd1

@{
    RootModule = 'NpgsqlConnection.dll'
    ModuleVersion = '7.0.2'
    GUID = '8ed7a18c-0928-489d-88b8-e7751845c7b5'
    Author = 'Roger Brown'
    CompanyName = 'rhubarb-geek-nz'
    Copyright = '2023'
    Description = 'PostgreSQL Connection Tool'
    PowerShellVersion = "7.2"
    CompatiblePSEditions = @('Core')
    FunctionsToExport = @()
    CmdletsToExport = @('New-NpgsqlConnection')
    VariablesToExport = '*'
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/NpgsqlConnection'
        }
    }
}