ShoutOut.psd1

@{
RootModule = 'ShoutOut.psm1'
ModuleVersion = '1.1.6.2105010913'
GUID = '3f16ec91-ba22-47a9-8099-25807e68e88b'
Author = 'Joakim Olsson <joakim.olsson@adicitus.cloud>.'
CompanyName = 'Cornerstone Group AB'
Copyright = '(c) 2021 Joakim Olsson <joakim.olsson@adicitus.cloud>.. All rights reserved.'
Description = 'The ShoutOut logger used in Caffeine and other ACG projects.'
FunctionsToExport = 'Clear-ShoutOutRedirect', 'Get-ShoutOutConfig', 
               'Get-ShoutOutDefaultLog', 'Get-ShoutOUtRedirect', 
               'Set-ShoutOutConfig', 'Set-ShoutOutDefaultLog', 
               'Set-ShoutOutRedirect', 'ShoutOut'
CmdletsToExport = '*'
VariablesToExport = '*'
AliasesToExport = '*'
PrivateData = @{
    PSData = @{
        Tags = 'Logging'
        ProjectUri = 'https://github.com/Adicitus/shoutout'
    } 
} 
}