MipSdkRedist.psd1

@{
    RootModule             = 'MipSdkRedist.psm1'
    ModuleVersion          = '22.2.0'
    GUID                   = 'eb437244-874f-4a6d-b0a5-309b8e93e884'
    Author                 = 'Josh Hendricks'
    CompanyName            = 'Milestone Systems'
    Copyright              = '(c) 2019-2022 Milestone Systems. All rights reserved.'
    Description            = 'Used for easy importing of the Milestone Systems MIP SDK components in a PowerShell 5.1 environment.'
    PowerShellVersion      = '5.1'
    DotNetFrameworkVersion = '4.7.0'
    CLRVersion             = '4.0'
    ProcessorArchitecture  = 'Amd64'
    FunctionsToExport      = @()
    CmdletsToExport        = @()
    VariablesToExport      = @('MipSdkPath')
    AliasesToExport        = @()
    FileList               = @()
    PrivateData            = @{
        PSData = @{
            Tags         = 'PSEdition_Desktop', 'Windows', 'Milestone', 'ConfigApi',
                           'ConfigurationApi', 'XProtect', 'MIPSDK'
            ProjectUri   = 'https://www.milestonepstools.com/'
            IconUri      = 'https://milestonepstools.com/assets/images/MilestoneLogo.png'
            ReleaseNotes = 'See the [ChangeLog](https://www.milestonepstools.com/CHANGELOG/)'
        }

    }
}