IntraOffice.ContentRepository.Powershell.psd1

#
# Module manifest for module 'IntraOffice.ContentRepository.Powershell'
#

@{
    RootModule = 'IntraOffice.ContentRepository.Powershell.dll'
    ModuleVersion = '10.0.19338.10'
    GUID = 'fe702934-a6c5-499b-beec-ea4facc54ef0'

    Author = 'IntraData'
    CompanyName = 'IntraData'
    Copyright = 'Copyright (c) 2018 IntraData BV. All rights reserved.'
    Description = 'Client library for the IntraOffice Content Repository'

    DefaultCommandPrefix = 'Repository'

    CmdletsToExport = @(
        'Get-Repository',
        'Add-Document',
        'Add-Container',
        'Export-Batch',
        'Import-Batch',
        'Get-Garbage',
        'Set-Disposal',
        'Remove-Document'
    )

    PowerShellVersion = '3.0'
    DotNetFrameworkVersion = '4.7'

}