SlackDSCResource.psd1

@{

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

DscResourcesToExport = 'SlackResource'

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

# ID used to uniquely identify this module
GUID = '4767e812-64e7-4cb7-b256-177ada033590'

# Author of this module
Author = 'Doug Finke'

# Company or vendor of this module
CompanyName = 'Doug Finke'

# Copyright statement for this module
Copyright = '(c) 2015 Doug Finke. All rights reserved.'

# Description of the functionality provided by this module
Description = 'PowerShell DSC Provider that sends messages to a slack channel'

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

# Name of the Windows PowerShell host required by this module
# PowerShellHostName = ''

}