PowerShell/test/tools/Modules/HttpListener/HttpListener.psd1

10 lines
334 B
PowerShell

@{
ModuleVersion = '1.0.0'
GUID = 'e148b26c-0594-4963-99e5-419d4ff302e2'
Author = 'Steve Lee'
CompanyName = 'Microsoft'
Copyright = '(c) Microsoft. All rights reserved.'
Description = 'Creates a new HTTP Listener for testing purposes'
RootModule = 'HttpListener.psm1'
FunctionsToExport = @('Start-HttpListener','Stop-HttpListener')
}