IPv4.psd1
@{ RootModule = 'IPv4.psm1' ModuleVersion = '0.0.10' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = '38e1c585-66ba-49b8-8b3e-d34990eeca1a' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module for managing IPv4 data' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Test-PSModuleTemplate' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'IPv4.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/IPv4/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/IPv4' IconUri = 'https://raw.githubusercontent.com/PSModule/IPv4/main/icon/icon.png' } } } |