Goto.psd1
@{ RootModule = 'Goto.psm1' ModuleVersion = '1.8.8' GUID = '504b4162-e8df-5f67-b999-3f46ac2fa586' Author = 'Reā¢MART' Description = 'PowerShell goto navigation - Easily manage and navigate to your frequently used directories using simple aliases.' PowerShellVersion = '5.1' FileList = @('readme.md', 'Goto.psm1') FunctionsToExport = @('goto', 'Import-Aliases', 'Initialize-GotoEnvironment') PrivateData = @{ PSData = @{ Tags = @('Navigation', 'Productivity', 'Aliases', 'Directory') License = 'https://opensource.org/licenses/MIT' ProjectUri = 'https://github.com/Ranamzes/goto-powershell' ReleaseNotes = 'Fix colors again' } } } |