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

1
2
3
4
5
6
7
8
9
@{
    ModuleVersion = '0.0.4.4'
    RootModule = '.\SecretManagement.KeePass.Extension.psm1'
    FunctionsToExport = @('Set-Secret','Get-Secret','Remove-Secret','Get-SecretInfo','Test-SecretVault')
    NestedModules = @(
        '../PoshKeePass/PoshKeePass.psd1'
    )
}