SoftPro.Sentry.Powershell.psd1

@{
    RootModule = '.\lib\SoftPro.Sentry.Powershell.dll'
    ModuleVersion = '2.0.0'
    CmdletsToExport = '*'
    GUID = 'A6177779-4D88-499A-B626-261731C7D24C'
    DotNetFrameworkVersion = '4.7.1'
    Author = 'SoftPro'
    Description = 'Powershell module for accessing SoftPro Sentry resources.'
    CompanyName = 'SoftPro'
    Copyright = '(c) 2017 SoftPro. All rights reserved.'
    PrivateData = @{
        PSData = @{
            Prerelease = 'master20210205r1'
            ProjectUri = ''
            LicenseUri = ''
            ReleaseNotes = ''
        }
    }
}