rhubarb-geek-nz.SQLiteConnection.Core.psd1

@{
    VariablesToExport = '*'
    Author = 'Roger Brown'
    FunctionsToExport = @()
    ModuleVersion = '8.0.11'
    PowerShellVersion = '7.4.5'
    Copyright = 'Copyright © 2025 Roger Brown'
    Description = 'SQLite Connection Tool'
    CompanyName = 'rhubarb-geek-nz'
    CompatiblePSEditions = 'Core'
    PrivateData = @{
        PSData = @{
            ReleaseNotes = 'Multiple architectures loaded in an AssemblyLoadContext'
            ProjectUri = 'https://github.com/rhubarb-geek-nz/SQLiteConnection'
        }
    }
    RootModule = 'RhubarbGeekNz.SQLiteConnection.Core.dll'
    CmdletsToExport = 'New-SQLiteConnection'
    GUID = '23519034-6db5-4b2f-8f55-1b4e58d14af8'
    AliasesToExport = @()
}