AppVeyorDemo.psd1

@{

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

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

# ID used to uniquely identify this module ([guid]::NewGuid())
GUID = 'f24cb574-934a-4829-abf0-eb6043fc5bf0'

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

# Company or vendor of this module
CompanyName = 'www.javydekoning.com'

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

# Description of the functionality provided by this module
Description = 'Some Module to demo AppVeyor'

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

}