rhubarb-geek-nz.SqlConnection.psd1

@{
    FunctionsToExport = @()
    AliasesToExport = @()
    RootModule = 'RhubarbGeekNz.SqlConnection.dll'
    CmdletsToExport = 'New-SqlConnection'
    CompanyName = 'rhubarb-geek-nz'
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/SqlConnection'
        }
    }
    CompatiblePSEditions = 'Core'
    Description = 'MSSQL Connection Tool'
    GUID = '07e04d22-1389-4f44-b87a-2166e4bc7c4c'
    Copyright = 'Copyright © 2024 Roger Brown'
    Author = 'Roger Brown'
    ModuleVersion = '2.0.2'
    VariablesToExport = '*'
    PowerShellVersion = '7.2'
}