Permutations.psd1
|
@{ RootModule = 'Permutations.psm1' ModuleVersion = '0.2.0' GUID = '19631007-5a02-400c-a862-aad66adbbf5b' Author = 'Ronald Bode (iRon)' CompanyName = 'PowerSnippets.com' Copyright = 'Ronald Bode (iRon)' Description = 'Generate permutations of a set' PowerShellVersion = '5.0' PrivateData = @{ PSData = @{ Tags = 'Permutation', 'Combination', 'Collection', 'Enumerate', 'Enumerator' LicenseUri = 'https://github.com/iRon7/Permutations/LICENSE' ProjectUri = 'https://github.com/iRon7/Permutations' IconUri = 'https://raw.githubusercontent.com/iRon7/Join-Object/master/Permutations.png' } } } |