SvgChart.psd1

@{
    RootModule = 'SvgChart.psm1'
    ModuleVersion = '0.5.5'
    GUID = 'dc0b8987-971b-4c70-b603-cdec585d0417'
    Author = 'Nicholas Dille'
    # CompanyName = ''
    Copyright = '(c) 2017 Nicholas Dille. All rights reserved.'
    Description = 'Cmdlets for creating chart in SVG'
    PowerShellVersion = '5.0'
    FunctionsToExport = '*'
    CmdletsToExport = ''
    VariablesToExport = ''
    #AliasesToExport = @()
    #FormatsToProcess = @()
    PrivateData = @{
        PSData = @{
            Tags = @(
                'Chart'
                'SVG'
            )
            LicenseUri = 'https://github.com/nicholasdille/PowerShell-SvgChart/blob/master/LICENSE'
            ProjectUri = 'https://github.com/nicholasdille/PowerShell-SvgChart'
            ReleaseNotes = 'https://github.com/nicholasdille/PowerShell-SvgChart/releases'
        }
    }
}