InfluxDb.psd1

@{
    RootModule = 'InfluxDb.psm1'
    ModuleVersion = '0.5.4'
    GUID = '509f5167-efb3-4cd2-b9ca-2bbe12d30393'
    Author = 'Nicholas Dille'
    # CompanyName = ''
    Copyright = '(c) 2017 Nicholas Dille. All rights reserved.'
    Description = 'Cmdlets for managing InfluxDB'
    PowerShellVersion = '5.0'
    FunctionsToExport = '*'
    CmdletsToExport = ''
    VariablesToExport = ''
    #AliasesToExport = @()
    #FormatsToProcess = @()
    PrivateData = @{
        PSData = @{
            Tags = @()
            LicenseUri = 'https://github.com/nicholasdille/PowerShell-InfluxDb/blob/master/LICENSE'
            ProjectUri = 'https://github.com/nicholasdille/PowerShell-InfluxDb'
            ReleaseNotes = 'https://github.com/nicholasdille/PowerShell-InfluxDb/releases'
        }
    }
}