rhubarb-geek-nz.SqlConnection.psd1

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