File size: 438 Bytes
8c763fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #
# Module manifest for module 'IsolatedModule'
#
@{
ModuleVersion = '0.0.1'
GUID = '20d4742b-b17d-4ce8-b8da-29b25433cd18'
Author = 'Microsoft Corporation'
RootModule = 'Test.Isolated.Root.dll'
NestedModules = @('Test.Isolated.Init.dll', 'Test.Isolated.Nested.dll')
FunctionsToExport = @()
CmdletsToExport = @('Test-NestedCommand', 'Test-RootCommand')
VariablesToExport = '*'
AliasesToExport = @()
}
|