Abacus.Graph.psd1

#
# Manifest for module 'Abacus.Graph'
#

@{

    # Script module or binary module file associated with this manifest.
    RootModule            = 'Abacus.Graph.psm1'

    # Version number of this module.
    ModuleVersion         = '0.0.4'

    # ID used to uniquely identify this module
    GUID                  = 'a3f2c1d4-8e5b-4a7f-9c2d-1b6e8f3a0d5c'

    # Author of this module
    Author                = 'JonatanRek'

    # Company or vendor of this module
    CompanyName           = ''

    # Copyright statement for this module
    Copyright             = '(c) JonatanRek. All rights reserved.'

    # Description of the functionality provided by this module
    Description           = 'Module for communication with Abacus/DESIGNA parking system WebService from PowerShell 7'

    # Minimum version of the PowerShell engine required by this module
    PowerShellVersion     = '7.0'

    # Processor architecture (None, X86, Amd64) required by this module
    ProcessorArchitecture = 'Amd64'

    # Modules that must be imported into the global environment prior to importing this module
    RequiredModules       = @()

    # Functions to export from this module
    FunctionsToExport     = @('Connect-AB','Disconnect-AB','Get-ABApplic','Get-ABApplicState','Get-ABCards','Get-ABCarparkCounter','Invoke-ABRequest','Move-ABCardVirtually','Send-ABApplicCommand')

    # Cmdlets to export from this module
    CmdletsToExport       = @()

    # Variables to export from this module
    VariablesToExport     = '*'

    # Aliases to export from this module
    AliasesToExport       = @()

    PrivateData           = @{
        PSData = @{
        }
    }

}