HansKindberg.Laboratory.psd1

@{
    Author = "Hans Kindberg - open source"
    CmdletsToExport = @(
        "Show-LaboratoryInformation"
    )
    CompanyName = "Hans Kindberg - open source"
    CompatiblePSEditions = "Core", "Desktop"
    Description = "PowerShell commands for laborating/testing."
    DotNetFrameworkVersion = "4.6.2"
    GUID = "9ae00090-fc3e-4956-a652-d036f9720ad0"
    HelpInfoURI = "https://github.com/HansKindberg/PowerShell-Laboratory"
    ModuleVersion = "0.0.0"
    PowerShellVersion = "5.1"
    PrivateData = @{
        PSData = @{
            ProjectUri = "https://github.com/HansKindberg/PowerShell-Laboratory"
            Tags = "laborate", "laboratory", "powershell", "test", "PSEdition_Core", "PSEdition_Desktop", "Linux", "macOS", "Windows"
        }
    }
    RootModule = "HansKindberg.PowerShell.Laboratory.dll"
}