SoftPro.Atmos.Powershell.psd1

@{
    RootModule = '.\lib\SoftPro.Atmos.Powershell.dll'
    ModuleVersion = '2.0.0'
    CmdletsToExport = '*'
    GUID = 'BA7D36A1-95F7-4D35-8EB8-90071BCCA3AE'
    DotNetFrameworkVersion = '4.7.1'
    Author = 'SoftPro'
    Description = 'Powershell module for accessing SoftPro Atmos resources.'
    CompanyName = 'SoftPro'
    Copyright = '(c) 2017 SoftPro. All rights reserved.'
    PrivateData = @{
        PSData = @{
            Prerelease = ''
            ProjectUri = ''
            LicenseUri = ''
            ReleaseNotes = ''
        }
    }
}