@@ -57,7 +57,7 @@ PowerShellVersion = '4.0'
5757# RequiredAssemblies = @()
5858
5959# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60- ScriptsToProcess = @ (" ComparerBuilder.ps1" )
60+ ScriptsToProcess = @ (" Private\ ComparerBuilder.ps1" )
6161
6262# Type files (.ps1xml) to be loaded when importing this module
6363# TypesToProcess = @()
@@ -74,7 +74,6 @@ FunctionsToExport = @(
7474 " Assert-Any" ,
7575 " Find-IndexOf" ,
7676 " Find-LastIndexOf" ,
77- " New-EqualityComparer" ,
7877 " New-HashSet" ,
7978 " New-List" ,
8079 " Remove-All" ,
@@ -114,7 +113,7 @@ PrivateData = @{
114113 # Tags applied to this module. These help with module discovery in online galleries.
115114 Tags = @ (' List' , " Array" , " Modify" , " Remove" , " Condition" , " Where" , " Any" , " All" , " Find" ,
116115 " Assert" , " Test" , " bool" , " Predicate" , " Collection" , " index" , " count" , " Last" , " Enumerable" ,
117- " Linq" )
116+ " Linq" , ' HashSet ' , ' equality ' , ' compare ' , ' set ' )
118117
119118 # A URL to the license for this module.
120119 LicenseUri = ' https://raw.githubusercontent.com/Yevrag35/PowerShell-ListFunctions/master/LICENSE'
@@ -126,7 +125,7 @@ PrivateData = @{
126125 # IconUri = ''
127126
128127 # ReleaseNotes of this module
129- ReleaseNotes = ' Publishing 1.0 '
128+ ReleaseNotes = ' Publishing 1.1; Adding new functions '' New-List '' & '' New-HashSet '' . '
130129
131130 } # End of PSData hashtable
132131
0 commit comments