PSCloudFormation.netcore.psd1

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

    }

}