rhubarb-geek-nz.SQLiteConnection.Desktop.psd1

@{
    RootModule = 'SQLiteConnection.dll'
    ModuleVersion = '1.0.118.0'
    CompatiblePSEditions = 'Desktop'
    GUID = '9c794fa3-d390-4c2b-8bb3-4b8489fb5c8e'
    Author = 'Roger Brown'
    CompanyName = 'rhubarb-geek-nz'
    Copyright = '(c) Roger Brown. All rights reserved.'
    Description = 'SQLite Connection Tool'
    PowerShellVersion = '5.1'
    FunctionsToExport = @()
    CmdletsToExport = 'New-SQLiteConnection'
    VariablesToExport = '*'
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            ProjectUri = 'https://github.com/rhubarb-geek-nz/SQLiteConnection'
        }
    }
}