1.0/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 |
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0"> <TN RefId="0"> <T>Microsoft.PowerShell.Commands.PSGetModuleInfo</T> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> <MS> <S N="Name">ImportExcel</S> <Version N="Version">1.0</Version> <S N="Description">PowerShell module to import/export Excel spreadsheets, without Excel</S> <S N="Author">Douglas Finke</S> <Obj N="CompanyName" RefId="1"> <TN RefId="1"> <T>System.Management.Automation.PSCustomObject</T> <T>System.Object</T> </TN> </Obj> <S N="Copyright">c 2015 All rights reserved.</S> <DT N="PublishedDate">2015-05-04T16:29:57-04:00</DT> <URI N="LicenseUri">https://github.com/dfinke/ImportExcel/blob/master/LICENSE.txt</URI> <URI N="ProjectUri">https://github.com/dfinke/ImportExcel</URI> <Nil N="IconUri" /> <Obj N="Tags" RefId="2"> <TN RefId="2"> <T>System.Object[]</T> <T>System.Array</T> <T>System.Object</T> </TN> <LST> <S>Excel</S> <S>EPPlus</S> <S>Export</S> <S>Import</S> <S>PSModule</S> <S>PSIncludes_Function</S> </LST> </Obj> <Obj N="Includes" RefId="3"> <TN RefId="3"> <T>System.Collections.Hashtable</T> <T>System.Object</T> </TN> <DCT> <En> <S N="Key">Function</S> <Obj N="Value" RefId="4"> <TNRef RefId="2" /> <LST> <S>Import-Excel</S> <S>Export-ExcelSheet</S> <S>Export-Excel</S> <S>ConvertFrom-ExcelSheet</S> <S>Export-MultipleExcelSheets</S> </LST> </Obj> </En> <En> <S N="Key">DscResource</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 /> </Obj> </En> <En> <S N="Key">Command</S> <Obj N="Value" RefId="7"> <TNRef RefId="2" /> <LST> <S>Import-Excel</S> <S>Export-ExcelSheet</S> <S>Export-Excel</S> <S>ConvertFrom-ExcelSheet</S> <S>Export-MultipleExcelSheets</S> </LST> </Obj> </En> </DCT> </Obj> <Nil N="PowerShellGetFormatVersion" /> <S N="ReleaseNotes">PowerShell module to import/export Excel spreadsheets, without Excel</S> <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> </MS> </Obj> </Objs> |