GZip.psd1
@{ RootModule = 'GZip.psm1' ModuleVersion = '0.0.2' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '7988e12f-2900-4dcb-a500-3f0659bba1cf' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell Module that handles GZip archives' PowerShellVersion = '7.4' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = 'Get-PSModuleTest' CmdletsToExport = @() ModuleList = @() FileList = 'GZip.psm1' PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/GZip/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/GZip' IconUri = 'https://raw.githubusercontent.com/PSModule/GZip/main/icon/icon.png' } } } |