Datum.InvokeCommand.psd1
@{ RootModule = 'Datum.InvokeCommand.psm1' ModuleVersion = '0.1.3' 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') ScriptsToProcess = 'Datum.InvokeCommand.Init.ps1' PowerShellVersion = '4.0' PrivateData = @{ PSData = @{ Tags = @('DesiredStateConfiguration', 'DSC', 'DSCResource', 'Datum') LicenseUri = 'https://github.com/raandree/Datum.InvokeCommand/blob/master/LICENSE' ProjectUri = 'https://github.com/raandree/Datum.InvokeCommand' IconUri = 'https://dsccommunity.org/images/DSC_Logo_300p.png' Prerelease = 'preview0002' ReleaseNotes = '## [0.1.3-preview0002] - 2020-12-24 ### Added - Support for expandable strings - Configurable Header and Footer - Content is now evaluated with RegEx + PowerShell Parser - Gives access to Node and Datum variable ' } } } |