Net.psd1
@{ RootModule = 'Net.psm1' ModuleVersion = '0.0.1' CompatiblePSEditions = @( 'Core' 'Desktop' ) GUID = 'a925c083-a79a-43d9-b350-0d8d98a0fb50' Author = 'PSModule' CompanyName = 'PSModule' Copyright = '(c) 2025 PSModule. All rights reserved.' Description = 'A PowerShell module to bring network functions to PowerShell' PowerShellVersion = '5.1' ProcessorArchitecture = 'None' TypesToProcess = @() FormatsToProcess = @() FunctionsToExport = @( 'Test-PSModuleTest' ) CmdletsToExport = @() VariablesToExport = @() AliasesToExport = @() ModuleList = @() FileList = @( 'Net.psm1' ) PrivateData = @{ PSData = @{ Tags = @( 'Linux' 'MacOS' 'PSEdition_Core' 'PSEdition_Desktop' 'Windows' ) LicenseUri = 'https://github.com/PSModule/Net/blob/main/LICENSE' ProjectUri = 'https://github.com/PSModule/Net' IconUri = 'https://raw.githubusercontent.com/PSModule/Net/main/icon/icon.png' } } } |