PSLog.psd1

@{
    RootModule                = 'PSLog.psm1'
    
    ModuleVersion = '5.6.0'
    
    GUID                      = 'cd303a6c-f405-4dcb-b1ce-fbc2c52264e9'
    
    Author                    = 'Raimund Andree, Per Pedersen'

    Description               = 'Redirects stanard Write-* cmdlets to a log and offers some basic tracing functions'
    
    CompanyName               = 'AutomatedLab Team'
    
    Copyright                 = '2018'
    
    PowerShellVersion         = '2.0'
    
    DotNetFrameworkVersion    = '3.5'
    
    ModuleList                = @('PSLog')
    
    PrivateData               = @{ }
}