xDSCResourceDesigner.psd1

@{
# Version number of this module.
ModuleVersion = '1.1.1'

# ID used to uniquely identify this module
GUID = '74951b31-1aa5-472b-9109-738de1bca38f'

# Author of this module
Author = 'Microsoft Corporation'

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

# Copyright statement for this module
Copyright = '(c) 2014 Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'The xDscResourceDesigner module is a part of the Windows PowerShell Desired State Configuration (DSC) Resource Kit, which is a collection of DSC related artifacts produced by the PowerShell Team. This module makes DSC resource creation a breeze and ensures that all the rules, which a DSC resource must conform to, are met.
 
All of the artifacts in the DSC Resource Kit are provided AS IS, and are not supported through any Microsoft standard support program or service. The "x" in xDscResourceDesigner stands for experimental, which means that this tool will be fix forward and monitored by the module owner(s).'


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

# Minimum version of the common language runtime (CLR) required by this module
CLRVersion = '4.0'

# Script module or binary module file associated with this manifest.
RootModule = 'xDSCResourceDesigner.psm1'

# Functions to export from this module
FunctionsToExport = @('New-xDscResourceProperty',
                        'New-xDscResource',
                        'Update-xDscResource',
                        'Test-xDscResource',
                        'Test-xDscSchema',
                        'Import-xDscSchema')

# Cmdlets to export from this module
CmdletsToExport = '*'
}