MattsHelloWorld.psd1

# Module manifest for module 'PowerShell-Core-Compatibility-Alias'
# Generated by: Matthew Hermann
# Generated on: 8/02/2020

@{
    RootModule        = 'MattsHelloWorld.psm1'
    ModuleVersion     = '0.1.0'
    GUID              = '8c1ad56a-316e-48e0-a77a-2238d2c1e69a'
    Author            = 'Matthew Hermann'
    CompanyName       = 'Unknown'
    Copyright         = '(c) Matthew Hermann. All rights reserved.'
    Description       = 'Hello, world!'
    FunctionsToExport = @('Get-MattsHelloWorld','Get-MattsHelloWorld2')
    CmdletsToExport   = @()
    VariablesToExport = @()
    AliasesToExport   = @()
    # CompatiblePSEditions = @()
    # PowerShellVersion = ''
    # PowerShellHostName = ''
    # PowerShellHostVersion = ''
    # DotNetFrameworkVersion = ''
    # CLRVersion = ''
    # ProcessorArchitecture = ''
    # RequiredModules = @()
    # RequiredAssemblies = @()
    # ScriptsToProcess = @()
    # TypesToProcess = @()
    # FormatsToProcess = @()
    # NestedModules = @()
    # DscResourcesToExport = @()
    # ModuleList = @()
    # FileList = @()
    PrivateData       = @{
        PSData = @{
            # Tags = @()
            # LicenseUri = ''
            # ProjectUri = ''
            # IconUri = ''
            # ReleaseNotes = ''
        }
    }
    # HelpInfoURI = ''
    # DefaultCommandPrefix = ''
}