AutomatedLabNotifications.psd1

@{
ModuleVersion = '5.43.8'

    Author                 = 'Raimund Andree, Per Pedersen, Jan-Hendrik Peters'

    CompanyName            = 'AutomatedLab Team'

    CompatiblePSEditions   = 'Core', 'Desktop'

    Copyright              = '2022'

    Description            = 'The module creates a Hyper-V visual lab automatically as defined in the XML files.'

    PowerShellVersion      = '5.1'

    DotNetFrameworkVersion = '4.0'

    CLRVersion             = '4.0'

    RootModule             = 'AutomatedLabNotifications.psm1'

    GUID                   = '35afbbac-f3d2-49a1-ad6e-abb89aac4349'

    FunctionsToExport      = 'Send-ALNotification'

    CmdletsToExport        = @()

    VariablesToExport      = @()

    AliasesToExport        = @()

    FileList               = @(
        "Public\Send-ALNotification.ps1"
    )

    PrivateData            = @{

        PSData = @{
            Prerelease = 'preview'
            Tags         = @('LabNotifications' , 'IFTTT', 'Toast', '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 = ''
        }
    }

    # HelpInfo URI of this module
    # HelpInfoURI = ''

    # Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
    # DefaultCommandPrefix = ''

}