Guid.psd1
@{ RootModule = 'Guid.psm1' ModuleVersion = '1.0.3' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '36431836-876b-4634-8cf3-d244d8ae9461' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module that makes working with GUID sligthly more PowerShelly' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Search-GUID' 'Test-Guid' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @( 'Find-Guid' 'IsGuid' 'Test-IsGuid' ) ModuleList = @() FileList = @( 'Guid.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Guid/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Guid' IconUri = 'https://raw.githubusercontent.com/PSModule/Guid/main/icon/icon.png' } } } |