AutomatedLabUnattended.psd1

@{
    RootModule             = 'AutomatedLabUnattended.psm1'

ModuleVersion = '5.41.16'

    CompatiblePSEditions   = 'Core', 'Desktop'

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

    Author                 = 'Raimund Andree, Per Pedersen'

    CompanyName            = 'AutomatedLab Team'

    Copyright              = '2022'

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

    PowerShellVersion      = '5.1'

    DotNetFrameworkVersion = '4.0'

    ModuleList             = @('AutomatedLabUnattended')

    FileList               = @('AutomatedLabUnattended.psm1')

    PrivateData            = @{

        PSData = @{
            Prerelease = 'preview'
            Tags         = @('UnattendedFile', 'Kickstart', 'AutoYast', 'Lab', 'LabAutomation', 'HyperV', 'Azure')
            LicenseUri   = 'https://github.com/AutomatedLab/AutomatedLab/blob/main/LICENSE'
            ProjectUri   = 'https://github.com/AutomatedLab/AutomatedLab'
            IconUri      = 'https://github.com/AutomatedLab/AutomatedLab/blob/master/Assets/Automated-Lab_icon256.png'
            ReleaseNotes = ''
        }
    }
}