Thycotic.SecretServer.psd1

@{
    ModuleVersion        = '0.48.1'
    CompatiblePSEditions = 'Desktop', 'Core'
    FormatsToProcess     = 'Thycotic.SecretServer.Format.ps1xml'
    TypesToProcess       = 'Thycotic.SecretServer.Types.ps1xml'
    RootModule           = 'Thycotic.SecretServer.psm1'
    NestedModules        = @("bin\Thycotic.SecretServer.dll")
    CmdletsToExport      = @("Start-Log","Stop-Log","Write-Log")
    Description          = 'PowerShell Tools for Thycotic Secret Server'
    Guid                 = 'e6b56c5f-41ac-4ba4-8b88-2c063f683176'
    Author               = 'Shawn Melton'
    CompanyName          = 'Thycotic'
    Copyright            = '(c) Thycotic Professional Services. All rights reserved.'
    PowerShellVersion    = '5.1'
    PrivateData          = @{
        PSData = @{
            Tags         = 'SecretServer', 'Thycotic', 'DevOps', 'Security'
            IconUri      = 'https://thyproservices.z20.web.core.windows.net/thycotic.secretserver_logo.png'
            ProjectURI   = 'https://github.com/thycotic-ps/thycotic.secretserver'
            LicenseURI   = 'https://github.com/thycotic-ps/thycotic.secretserver/blob/main/LICENSE'
            ReleaseNotes = 'https://github.com/thycotic-ps/thycotic.secretserver/blob/main/CHANGELOG.md'
        }
    }
    DefaultCommandPrefix = 'Tss'
}