posh-direnv.psd1

@{
    RootModule             = 'posh-direnv.psm1'
    ModuleVersion          = '0.0.1'
    GUID                   = 'b9374afa-6681-4af0-96f8-1745b2d86b8e'
    Author                 = 'Takekazu Omi'
    CompanyName            = 'kyrt inc.'
    Copyright              = '(c) kyrt inc. All rights reserved.'
    Description            = 'posh-direnv is an environment switcher'
    PowerShellVersion      = '5.0'
    HelpInfoURI            = 'https://github.com/takekazuomi/posh-direnv'

    PrivateData            = @{
        PSData = @{
            Tags       = @("posh-direnv", "direnv", "env", "environment")
            LicenseUri = 'https://github.com/takekazuomi/posh-direnv/blob/master/LICENSE'
            ProjectUri = 'https://github.com/takekazuomi/posh-direnv'
            # IconUri = ''
            # ReleaseNotes = ''
        }
    }
}