PSCloudFormation.netcore.psd1

@{
    PrivateData = @{
        PSData = @{
            ExternalModuleDependencies = @("AWSPowerShell.netcore")
            Tags = @("AWS", "CloudFormation")
            ReleaseNotes = "https://github.com/fireflycons/PSCloudFormation/blob/master/RELEASENOTES.md"
            LicenseUri = "https://github.com/fireflycons/PSCloudFormation/blob/master/LICENSE"
            ProjectUri = "https://github.com/fireflycons/PSCloudFormation"
        }

    }

    ModuleVersion = "1.4.0"
    Author = "Alistair Mackay"
    RootModule = "PSCloudFormation.psm1"
    RequiredModules = @("AWSPowerShell.netcore")
    PowerShellVersion = "6.0"
    HelpInfoURI = "https://github.com/fireflycons/PSCloudFormation"
    CompanyName = "Firefly Consulting Ltd."
    AliasesToExport = @()
    Description = "Wrapper for CloudFormation Deployments"
    GUID = "87c7f071-2c52-4fb7-9348-17de474650b8"
    CompatiblePSEditions = @("Core")
    VariablesToExport = @()
    Copyright = "(c) 2018 Alistair Mackay. All rights reserved."
    FunctionsToExport = @("Get-PSCFNStackOutputs", "New-PSCFNStack", "Remove-PSCFNStack", "Reset-PSCFNStack", "Update-PSCFNStack")
    CmdletsToExport = @()
}