Guid.psd1
@{ RootModule = 'Guid.psm1' ModuleVersion = '1.0.5' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '266ebad8-7522-4842-bc12-f0649804eaac' 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' } } } |