ContainerProvider.psd1

#
# Module manifest for module 'ContainerProvider'
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/22/2015
#

@{
# Script module or binary module file associated with this manifest.
RootModule = 'ContainerProvider.psm1'

# Version number of this module.
ModuleVersion = '0.5.2'

# ID used to uniquely identify this module
GUID = '47541898-9d97-403f-ac59-78650c1981c4'

# Author of this module
Author = 'Microsoft Corporation'

# Company or vendor of this module
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = 'Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'ContainerProvider is a Windows PowerShell module to find, save or install Containers.'

# Minimum version of the Windows PowerShell engine required by this module
PowerShellVersion = '5.0'

# Functions to export from this module
FunctionsToExport = @('Find-ContainerImage',
                    'Save-ContainerImage',
                    'Install-ContainerImage'
                    )

# Variables to export from this module
VariablesToExport = ''

# Aliases to export from this module
AliasesToExport = ''

# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell.
PrivateData = @{
    "PackageManagementProviders" = 'ContainerProvider.psm1'

    PSData = @{

        # Tags applied to this module. These help with module discovery in online galleries.
        Tags = @('PackageManagement', 'Provider', 'Container')

        # A URL to the license for this module.
        # LicenseUri = ''

        # A URL to the main website for this project.
        # ProjectUri = ''

        # A URL to an icon representing this module.
        # IconUri = ''

        # ReleaseNotes of this module
        # ReleaseNotes = ''

    } # End of PSData hashtable

} # End of PrivateData hashtable

FormatsToProcess  = @('ContainerProvider.ps1xml')
}