PSCloudFormation.netcore.psd1
@{ CmdletsToExport = @() PowerShellVersion = "6.0" Author = "Alistair Mackay" AliasesToExport = @() Copyright = "(c) 2018 Alistair Mackay. All rights reserved." PrivateData = @{ PSData = @{ LicenseUri = "https://github.com/fireflycons/PSCloudFormation/blob/master/LICENSE" ProjectUri = "https://github.com/fireflycons/PSCloudFormation" ReleaseNotes = "https://github.com/fireflycons/PSCloudFormation/blob/master/RELEASENOTES.md" Tags = @("AWS", "CloudFormation") ExternalModuleDependencies = @("AWSPowerShell.netcore") } } GUID = "87c7f071-2c52-4fb7-9348-17de474650b8" HelpInfoURI = "https://github.com/fireflycons/PSCloudFormation" RootModule = "PSCloudFormation.psm1" ModuleVersion = '2.2.1' CompanyName = "Firefly Consulting Ltd." FunctionsToExport = @("Get-PSCFNStackOutputs", "New-PSCFNStack", "Remove-PSCFNStack", "Reset-PSCFNStack", "Update-PSCFNStack", "New-PSCFNPackage") CompatiblePSEditions = @("Core") Description = "Wrapper for CloudFormation Deployments" RequiredModules = @("AWSPowerShell.netcore") VariablesToExport = @() } |