PSGetModuleInfo.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 |
<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">PSSubnetCarver</S> <Version N="Version">0.0.3</Version> <S N="Type">Module</S> <S N="Description">Divide a root network range into it's component subnets</S> <S N="Author">Luke Arp and Chris Martin</S> <S N="CompanyName">Microsoft</S> <S N="Copyright">(c) Microsoft. All rights reserved.</S> <DT N="PublishedDate">2021-06-21T17:20:48-04:00</DT> <Obj N="InstalledDate" RefId="1"> <DT>2021-07-09T14:58:42.2716995-04:00</DT> <MS> <Obj N="DisplayHint" RefId="2"> <TN RefId="1"> <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" /> <Nil N="LicenseUri" /> <Nil N="ProjectUri" /> <Nil N="IconUri" /> <Obj N="Tags" RefId="3"> <TN RefId="2"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>PSModule</S> </LST> </Obj> <Obj N="Includes" RefId="4"> <TN RefId="3"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Workflow</S> <Obj N="Value" RefId="5"> <TNRef RefId="2" /> <LST /> </Obj> </En> <En> <S N="Key">Cmdlet</S> <Obj N="Value" RefId="6"> <TNRef RefId="2" /> <LST> <S>Get-SCContext</S> <S>Set-SCContext</S> <S>Get-SCConsumedSubnet</S> <S>Get-SCSubnet</S> </LST> </Obj> </En> <En> <S N="Key">RoleCapability</S> <Ref N="Value" RefId="5" /> </En> <En> <S N="Key">Function</S> <Ref N="Value" RefId="5" /> </En> <En> <S N="Key">DscResource</S> <Ref N="Value" RefId="5" /> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="7"> <TNRef RefId="2" /> <LST> <S>Get-SCContext</S> <S>Set-SCContext</S> <S>Get-SCConsumedSubnet</S> <S>Get-SCSubnet</S> </LST> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <Nil N="ReleaseNotes" /> <Obj N="Dependencies" RefId="8"> <TNRef RefId="2" /> <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="9"> <TN RefId="4"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="copyright">(c) Microsoft. All rights reserved.</S> <S N="description">Divide a root network range into it's component subnets</S> <S N="requireLicenseAcceptance">False</S> <S N="isLatestVersion">True</S> <S N="isAbsoluteLatestVersion">True</S> <S N="versionDownloadCount">3</S> <S N="downloadCount">10</S> <S N="packageSize">11400</S> <S N="published">6/21/2021 5:20:48 PM -04:00</S> <S N="created">6/21/2021 5:20:48 PM -04:00</S> <S N="lastUpdated">6/24/2021 3:53:23 AM -04:00</S> <S N="tags">PSModule PSCmdlet_Get-SCContext PSCommand_Get-SCContext PSCmdlet_Set-SCContext PSCommand_Set-SCContext PSCmdlet_Get-SCConsumedSubnet PSCommand_Get-SCConsumedSubnet PSCmdlet_Get-SCSubnet PSCommand_Get-SCSubnet PSIncludes_Cmdlet</S> <S N="developmentDependency">False</S> <S N="updated">2021-06-24T03:53:23Z</S> <S N="NormalizedVersion">0.0.3</S> <S N="Authors">Luke Arp and Chris Martin</S> <S N="IsPrerelease">false</S> <S N="ItemType">Module</S> <S N="FileList">PSSubnetCarver.nuspec|PSSubnetCarver.dll|PSSubnetCarver.psd1</S> <S N="GUID">cf45fe35-7c67-48b3-bc93-6769d7a257e8</S> <S N="CompanyName">Microsoft</S> </MS> </Obj> <S N="InstalledLocation">C:\Users\CMart\OneDrive\Documents\PowerShell\Modules\PSSubnetCarver\0.0.3</S> </MS> </Obj> </Objs> |