rhubarb-geek-nz.SQLiteConnection.psd1

@{
    RootModule = 'SQLiteConnection.dll'
    ModuleVersion = '1.0.117.0'
    GUID = 'e8e28b5f-a18e-4630-a957-856baefed648'
    Author = 'Roger Brown'
    CompanyName = 'rhubarb-geek-nz'
    Description = 'SQLite Connection Tool'
    Copyright = '(c) Roger Brown. All rights reserved.'
    FunctionsToExport = @()
    CmdletsToExport = @('New-SQLiteConnection')
    VariablesToExport = '*'
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
        }
    }
}