Datum.InvokeCommand.psd1

@{

    RootModule        = 'Datum.InvokeCommand.psm1'

    ModuleVersion     = '0.1.1'

    GUID              = '31b6472c-069c-40c2-aaa9-ac8c2de55081'

    Author            = 'Raimund Andree'

    CompanyName       = 'NA'

    Copyright         = '(c) 2019 Raimund Andree. All rights reserved.'

    Description       = 'Datum Handler module to encrypt and decrypt secrets in Datum using Dave Wyatt''s ProtectedData module'

    FunctionsToExport = @('Invoke-InvokeCommandAction','Test-InvokeCommandFilter')

    PowerShellVersion = '4.0'

    PrivateData       = @{

        PSData = @{

            Tags         = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'Datum')

            #LicenseUri = 'https://github.com/dsccommunity/JeaDsc/blob/master/LICENSE'

            #ProjectUri = 'https://github.com/dsccommunity/JeaDsc'

            #IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png'

            Prerelease   = ''

            ReleaseNotes = '## [0.1.1] - 2020-08-25
 
### Added
 
- Initial commit.
 
### Fixed
 
- An empty .psm1 file is required if the module manifest contain the
   property `RootModule`. If this does not exist it is not possible to
   run the build task (fails with invalid module manifest).
 
### Fixed
'


        }

    }

}