Paths.psd1
@{ AliasesToExport = @() Author = "Michiel van Oosterhout" CmdletsToExport = @() CompanyName = "" Copyright = "Copyright (c) 2024 Michiel van Oosterhout" Description = "PowerShell cmdlets for working with paths" FileList = @( "Get-CanonicalPath.ps1" "Join-Paths.ps1" "License.txt" "Paths.psd1" "Paths.psm1" "Readme.md" ) FunctionsToExport = @( "Get-CanonicalPath" "Join-Paths" ) GUID = "24a6a6bc-bbb1-4a22-8769-a7d9658e5065" ModuleVersion = "0.0.3" PowerShellVersion = "5.1" PrivateData = @{ PSData = @{ LicenseUri = "https://dev.azure.com/michielvoo/public/_git/Paths?path=/License.txt" ProjectUri = "https://dev.azure.com/michielvoo/public/_git/Paths" Tags = @("directory", "file", "path") } } RootModule = "Paths.psm1" } |