firstvoucher.Client.psd1

@{
    RootModule = 'bin\Nemo.Api.Client.PS.dll'
    ModuleVersion = '2.3.12'
    PowerShellVersion = '5.1'
    GUID = '4c352470-58bc-4763-8d33-4eb32860729f'
    CompatiblePSEditions = 'Desktop,Core'
    Author = 'firstvoucher.com'
    Description = 'firstvoucher.com PowerShell Module'
    CompanyName = 'firstvoucher'
    Copyright = '(c) 2021 firstvoucher. All rights reserved.'
    CmdletsToExport= @(
        "Connect-NemoServer", 
        "Get-NemoData", 
        "Set-NemoData", 
        "Add-NemoData", 
        "Update-NemoData", 
        "Delete-NemoData", 
        "Start-NemoAction", 
        "Get-NemoType"
    )
}