44)
55
66$ModuleName = ' SqlServer-Version-Management' ;
7- $ModuleVersion = ' 2.1.188 ' ;
7+ $ModuleVersion = ' 2.1.189 ' ;
88$ModuleFiles = @ (
99 @ {
1010 FileName = ' SqlServer-Version-Management\SqlServer-Version-Management.psd1' ;
@@ -15,7 +15,7 @@ $ModuleFiles = @(
1515 " ModuleToProcess = @('SqlServer-Version-Management.psm1')" ,
1616 " " ,
1717 " # Version below is automatically incremented on build" ,
18- " ModuleVersion = `" 2.1.188 `" " ,
18+ " ModuleVersion = `" 2.1.189 `" " ,
1919 " " ,
2020 " GUID = 'dd03b53d-575a-4056-ae08-e6dfea3384ea'" ,
2121 " " ,
@@ -946,7 +946,7 @@ $ModuleFiles = @(
946946 " function ExtractArchiveBy7zMini([string] `$ fromArchive, [string] `$ toDirectory) {" ,
947947 " New-Item -Path `"`$ (`$ toDirectory)`" -ItemType Directory -Force -EA SilentlyContinue | Out-Null" ,
948948 " `$ mini7z = `"`$ (Get-Mini7z-Exe-FullPath-for-Windows)`" " ,
949- " `$ commandLine=@(`" x`" , `" -y`" , `" -o```"`$ (`$ toDirectory)```"`" , `"```"` $ fromArchive```" `" )" ,
949+ " `$ commandLine=@(`" x`" , `" -y`" , `" -o```"`$ (`$ toDirectory)```"`" , `"`$ fromArchive`" )" ,
950950 " `$ singleCore7z=@(); `$ memInfo = Get-Memory-Info; `$ procCount = ([Environment]::ProcessorCount); if (`$ memInfo -and (`$ memInfo.Free) -and (`$ memInfo.Free -lt (640*`$ procCount))) { `$ singleCore7z=@(`" -mmt=1`" ) }" ,
951951 " `$ commandLine += `$ singleCore7z" ,
952952 " Troubleshoot-Info `" 7z-mini: '`$ mini7z'; commandLine: '`$ commandLine' ('`$ fromArchive' ---> '`$ toDirectory')`" " ,
0 commit comments