PSGetModuleInfo.xml
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSRepositoryItemInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">posh-git</S> <Version N="Version">0.7.3</Version> <S N="Type">Module</S> <S N="Description">Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.</S> <S N="Author">Keith Dahlby and contributors</S> <Obj N="CompanyName" RefId="1"> <TN RefId="1"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>LeoColomb</S> <S>dahlbyk</S> </LST> </Obj> <S N="Copyright">(c) 2010-2018 Keith Dahlby and contributors</S> <DT N="PublishedDate">2018-04-20T04:31:11+05:30</DT> <Obj N="InstalledDate" RefId="2"> <DT>2020-03-20T17:56:05.8770317+05:30</DT> <MS> <Obj N="DisplayHint" RefId="3"> <TN RefId="2"> <T>Microsoft.PowerShell.Commands.DisplayHintType</T> <T>System.Enum</T> <T>System.ValueType</T> <T>System.Object</T> </TN> <ToString>DateTime</ToString> <I32>2</I32> </Obj> </MS> </Obj> <Nil N="UpdatedDate" /> <URI N="LicenseUri">https://github.com/dahlbyk/posh-git/blob/v0.7.3/LICENSE.txt</URI> <URI N="ProjectUri">https://github.com/dahlbyk/posh-git</URI> <Nil N="IconUri" /> <Obj N="Tags" RefId="4"> <TNRef RefId="1" /> <LST> <S>git</S> <S>prompt</S> <S>tab</S> <S>tab-completion</S> <S>tab-expansion</S> <S>tabexpansion</S> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="5"> <TN RefId="3"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Function</S> <Obj N="Value" RefId="6"> <TNRef RefId="1" /> <LST> <S>Invoke-NullCoalescing</S> <S>Add-PoshGitToProfile</S> <S>Get-PromptPath</S> <S>Write-GitStatus</S> <S>Write-Prompt</S> <S>Write-VcsStatus</S> <S>Get-GitBranch</S> <S>Get-GitStatus</S> <S>Enable-GitColors</S> <S>Get-GitDirectory</S> <S>TabExpansion</S> <S>Expand-GitCommand</S> <S>Get-AliasPattern</S> <S>Get-SshAgent</S> <S>Start-SshAgent</S> <S>Stop-SshAgent</S> <S>Add-SshKey</S> <S>Get-SshPath</S> <S>Update-AllBranches</S> <S>tgit</S> </LST> </Obj> </En> <En> <S N="Key">RoleCapability</S> <Obj N="Value" RefId="7"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="8"> <TNRef RefId="1" /> <LST> <S>Invoke-NullCoalescing</S> <S>Add-PoshGitToProfile</S> <S>Get-PromptPath</S> <S>Write-GitStatus</S> <S>Write-Prompt</S> <S>Write-VcsStatus</S> <S>Get-GitBranch</S> <S>Get-GitStatus</S> <S>Enable-GitColors</S> <S>Get-GitDirectory</S> <S>TabExpansion</S> <S>Expand-GitCommand</S> <S>Get-AliasPattern</S> <S>Get-SshAgent</S> <S>Start-SshAgent</S> <S>Stop-SshAgent</S> <S>Add-SshKey</S> <S>Get-SshPath</S> <S>Update-AllBranches</S> <S>tgit</S> </LST> </Obj> </En> <En> <S N="Key">DscResource</S> <Obj N="Value" RefId="9"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Workflow</S> <Obj N="Value" RefId="10"> <TNRef RefId="1" /> <LST /> </Obj> </En> <En> <S N="Key">Cmdlet</S> <Obj N="Value" RefId="11"> <TNRef RefId="1" /> <LST /> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">https://github.com/dahlbyk/posh-git/blob/v0.7.3/CHANGELOG.md</S> <Obj N="Dependencies" RefId="12"> <TNRef RefId="1" /> <LST /> </Obj> <S N="RepositorySourceLocation">https://www.powershellgallery.com/api/v2</S> <S N="Repository">PSGallery</S> <S N="PackageManagementProvider">NuGet</S> <Obj N="AdditionalMetadata" RefId="13"> <TN RefId="4"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="copyright">(c) 2010-2018 Keith Dahlby and contributors</S> <S N="description">Provides prompt with Git status summary information and tab completion for Git commands, parameters, remotes and branch names.</S> <S N="requireLicenseAcceptance">False</S> <S N="releaseNotes">https://github.com/dahlbyk/posh-git/blob/v0.7.3/CHANGELOG.md</S> <S N="isLatestVersion">True</S> <S N="isAbsoluteLatestVersion">False</S> <S N="versionDownloadCount">263497</S> <S N="downloadCount">393011</S> <S N="packageSize">32862</S> <S N="published">4/20/2018 4:31:11 AM +05:30</S> <S N="created">4/20/2018 4:31:11 AM +05:30</S> <S N="lastUpdated">3/20/2020 12:22:24 PM +05:30</S> <S N="tags">git prompt tab tab-completion tab-expansion tabexpansion PSModule PSFunction_Invoke-NullCoalescing PSCommand_Invoke-NullCoalescing PSFunction_Add-PoshGitToProfile PSCommand_Add-PoshGitToProfile PSFunction_Get-PromptPath PSCommand_Get-PromptPath PSFunction_Write-GitStatus PSCommand_Write-GitStatus PSFunction_Write-Prompt PSCommand_Write-Prompt PSFunction_Write-VcsStatus PSCommand_Write-VcsStatus PSFunction_Get-GitBranch PSCommand_Get-GitBranch PSFunction_Get-GitStatus PSCommand_Get-GitStatus PSFunction_Enable-GitColors PSCommand_Enable-GitColors PSFunction_Get-GitDirectory PSCommand_Get-GitDirectory PSFunction_TabExpansion PSCommand_TabExpansion PSFunction_Expand-GitCommand PSCommand_Expand-GitCommand PSFunction_Get-AliasPattern PSCommand_Get-AliasPattern PSFunction_Get-SshAgent PSCommand_Get-SshAgent PSFunction_Start-SshAgent PSCommand_Start-SshAgent PSFunction_Stop-SshAgent PSCommand_Stop-SshAgent PSFunction_Add-SshKey PSCommand_Add-SshKey PSFunction_Get-SshPath PSCommand_Get-SshPath PSFunction_Update-AllBranches PSCommand_Update-AllBranches PSFunction_tgit PSCommand_tgit PSIncludes_Function</S> <S N="developmentDependency">False</S> <S N="updated">2020-03-20T12:22:24Z</S> <S N="NormalizedVersion">0.7.3</S> <S N="Authors">Keith Dahlby and contributors</S> <S N="IsPrerelease">false</S> <S N="ItemType">Module</S> <S N="FileList">posh-git.nuspec|CheckVersion.ps1|GitParamTabExpansion.ps1|GitPrompt.ps1|GitTabExpansion.ps1|GitUtils.ps1|posh-git.psd1|posh-git.psm1|TortoiseGit.ps1|Utils.ps1|en-US\about_posh-git.help.txt</S> <S N="GUID">74c9fd30-734b-4c89-a8ae-7727ad21d1d5</S> <S N="PowerShellVersion">2.0</S> </MS> </Obj> <S N="InstalledLocation">C:\Program Files\WindowsPowerShell\Modules\posh-git\0.7.3</S> </MS> </Obj> </Objs> |