rhubarb-geek-nz.SQLiteConnection.psd1

@{
    CompatiblePSEditions = 'Core'
    PowerShellVersion = '7.2'
    Description = 'SQLite Connection Tool'
    FunctionsToExport = @()
    Copyright = 'Copyright © 2024 Roger Brown'
    Author = 'Roger Brown'
    ModuleVersion = '1.0.119'
    CompanyName = 'rhubarb-geek-nz'
    CmdletsToExport = 'New-SQLiteConnection'
    AliasesToExport = @()
    RootModule = 'RhubarbGeekNz.SQLiteConnection.dll'
    PrivateData = @{
        PSData = @{
            ReleaseNotes = 'Multiple architectures loaded in an AssemblyLoadContext'
            ProjectUri = 'https://github.com/rhubarb-geek-nz/SQLiteConnection'
        }
    }
    VariablesToExport = '*'
    GUID = 'e8e28b5f-a18e-4630-a957-856baefed648'
}