3 # Script module or binary module file associated with this manifest.
4 RootModule = 'WindowsPackageCab.psm1'
6 DscResourcesToExport = 'WindowsPackageCab'
8 # Version number of this module.
11 # ID used to uniquely identify this module
12 GUID = 'fe7be92e-9fad-47f7-84f7-aa6093bf4c0e'
14 # Author of this module
15 Author = 'Microsoft Corporation'
17 # Company or vendor of this module
18 CompanyName = 'Microsoft Corporation'
20 # Copyright statement for this module
21 Copyright = '(c) 2016 Microsoft. All rights reserved.'
23 # Description of the functionality provided by this module
26 # Minimum version of the Windows PowerShell engine required by this module
27 PowerShellVersion = '5.0'
29 # Name of the Windows PowerShell host required by this module
30 # PowerShellHostName = ''
32 # FunctionsToExport = '*'