softcookies.psd1

@{
    ModuleVersion = '1.0.1'
    GUID = '2fcfb0b5-6f56-4d2c-bddf-8a19d1a825cb'
    Author = 'Microsoft'
    CompanyName = 'Microsoft'
    Copyright = '(c) <Author>. All rights reserved.'
    Description = 'A simple example PowerShell module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-Hello')
    AliasesToExport = @()
    CmdletsToExport = @()
    VariablesToExport = @()
}