cAppxPackage.psd1

@{

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

DscResourcesToExport = 'cAppxPackage'

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

# ID used to uniquely identify this module (guid]::NewGuid())
GUID = '29a861e9-8bd8-4c1c-bbc2-13d69e13cd9f'

# Author of this module
Author = 'Javy de Koning'

# Company or vendor of this module
CompanyName = 'NA'

# Copyright statement for this module
Copyright = '(c) 2016 www.javydekoning.com All rights reserved.'

# Description of the functionality provided by this module
Description = 'DSC Resource for Windows 10 AppxPackages'

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

}