SecretManagement.KeePass.Extension/SecretManagement.KeePass.Extension.psd1

@{
    ModuleVersion = '0.0.9.2'
    RootModule = 'SecretManagement.KeePass.Extension.psm1'
    FunctionsToExport = @('Set-Secret','Get-Secret','Remove-Secret','Get-SecretInfo','Test-SecretVault','Unregister-SecretVault')
    NestedModules = @(
        '../PoshKeePass/PoShKeePass.psd1'
    )
}