AutomatedLabUnattended.psd1

@{
    RootModule             = 'AutomatedLabUnattended.psm1'

    ModuleVersion = '5.40.0'

    CompatiblePSEditions   = 'Core', 'Desktop'

    GUID                   = 'b20c8df3-3f74-4537-a40b-b53186084dd5'

    Author                 = 'Raimund Andree, Per Pedersen'

    CompanyName            = 'AutomatedLab Team'

    Copyright              = '2019'

    Description            = 'The module is managing settings inside an unattended.xml file'

    PowerShellVersion      = '5.1'

    DotNetFrameworkVersion = '4.0'

    ModuleList             = @('AutomatedLabUnattended')

    FileList               = @('AutomatedLabUnattended.psm1')
}