/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/tools/Modules/HelpersDebugger/HelpersDebugger.psd1
30 строк
650 B
Steve Lee
Update copyright notice to latest guidance (#12190)
24 мар 2020, 21:08
Не верифицирован
24 мар 2020, 21:08
b7cb335
Код
Авторство
О чём код?
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. @{ RootModule = 'HelpersDebugger.psm1' ModuleVersion = '1.0' GUID = '37a454d7-8acd-40e6-8a2c-43c9d46b1b0c' CompanyName = 'Microsoft Corporation' Copyright = 'Copyright (c) Microsoft Corporation.' Description = 'Helper module for Pester tests that automate the debugger' PowerShellVersion = '5.0' FunctionsToExport = @( 'Register-DebuggerHandler' 'ShouldHaveExtent' 'ShouldHaveSameExtentAs' 'Test-Debugger' 'Unregister-DebuggerHandler' ) CmdletsToExport = @() AliasesToExport = @() }