cChoco.psd1

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

# ID used to uniquely identify this module
GUID = '4857229F-8C2D-41BB-A068-9E3C0C8ED63D'

# Author of this module
Author = 'Lawrence Gripper'

# Company or vendor of this module
CompanyName = 'Lawrence Gripper'

# Copyright statement for this module
Copyright = '(c) 2013 Lawrence Gripper, All rights reserved.'

# Description of the functionality provided by this module
Description = 'Module with DSC Resources for using Chocolatey http://chocolatey.org/'

# 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'

# Functions to export from this module
FunctionsToExport = '*'

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