Formats/Prism.InstalledModule.format.ps1xml
<?xml version="1.0" encoding="utf-8"?>
<Configuration> <ViewDefinitions> <View> <Name>Prism.InstalledModule</Name> <GroupBy> <Label>Directory</Label> <ScriptBlock>$_.Path | Split-Path -Parent</ScriptBlock> </GroupBy> <ViewSelectedBy> <TypeName>Prism.InstalledModule</TypeName> </ViewSelectedBy> <TableControl> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Version</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>RepositorySourceLocation</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |