rhubarb-geek-nz.SQLiteConnection.psd1
@{ RootModule = 'SQLiteConnection.dll' ModuleVersion = '1.0.118.0' CompatiblePSEditions = 'Core' GUID = 'e8e28b5f-a18e-4630-a957-856baefed648' Author = 'Roger Brown' CompanyName = 'rhubarb-geek-nz' Copyright = '(c) Roger Brown. All rights reserved.' Description = 'SQLite Connection Tool' PowerShellVersion = '7.2' FunctionsToExport = @() CmdletsToExport = 'New-SQLiteConnection' VariablesToExport = '*' AliasesToExport = @() PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/rhubarb-geek-nz/SQLiteConnection' } } } |