posh-direnv.psd1
@{ RootModule = 'posh-direnv.psm1' ModuleVersion = '0.0.3' 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 = 'http://github.com/takekazuomi/posh-direnv' PrivateData = @{ PSData = @{ Tags = @("posh-direnv", "direnv", "env", "environment") LicenseUri = 'http://github.com/takekazuomi/posh-direnv/blob/master/LICENSE' ProjectUri = 'http://github.com/takekazuomi/posh-direnv' # IconUri = '' # ReleaseNotes = '' } } } |