MipSdkRedist.psd1

@{
    RootModule             = 'MipSdkRedist.psm1'
    ModuleVersion          = '23.2.1'
    GUID                   = 'eb437244-874f-4a6d-b0a5-309b8e93e884'
    Author                 = 'Josh Hendricks'
    CompanyName            = 'Milestone Systems'
    Copyright              = '(c) 2019-2023 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'
    ProcessorArchitecture  = 'Amd64'
    FunctionsToExport      = @()
    CmdletsToExport        = @()
    VariablesToExport      = @('MipSdkPath')
    AliasesToExport        = @()
    FileList               = @()
    PrivateData            = @{
        PSData = @{
            Tags         = 'PSEdition_Desktop', 'Windows', 'Milestone', 'ConfigApi',
                           'ConfigurationApi', 'XProtect', 'MIPSDK', 'Transact'
            ProjectUri   = 'https://www.milestonepstools.com/'
            IconUri      = 'https://www.milestonepstools.com/assets/images/milestonelogo.png'
            ReleaseNotes = "Updated MilestoneSystems.VideoOS.Platform.SDK reference to version 22.3.2. See the [MilestonePSTools ChangeLog](https://www.milestonepstools.com/CHANGELOG/) for information about changes to that module."
        }
    }
}