DMapper24.psd1

@{
    Author = 'Jean-Paul CORVO'
    RootModule = 'DMapper24.psm1'
    ModuleVersion = '1.0.0'
    CompatiblePSEditions = 'Desktop', 'Core'
    GUID = '8974a406-b242-4404-9bb9-707edf9cf646'
    CompanyName = 'Unknown'
    Copyright = '(c) 2020 Jean-Paul CORVO. All rights reserved.'
    Description = 'Encrypt or decrypt a text with encryption scheme of Mapper24.exe (https://www.soft24.ch/)'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('ConvertTo-DMapper24EncryptedText','ConvertFrom-DMapper24EncryptedText','Test-DMapper24EncryptDecrypt','Initialize-DMapper24BouncyCastle')
    CmdletsToExport = @()
    VariablesToExport = '*'
    AliasesToExport = @()
    PrivateData = @{
    PSData = @{
        Tags = @('Mapper24','Command','Encryption','Password','Windows','Linux','MacOS','PSEdition_Desktop','PSEdition_Core')
        LicenseUri = 'http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt'
        ProjectUri = ''
        ReleaseNotes = '
171021: 1.0.0 - Initial release
'

        }
    }
}