Closed SamErde closed 3 weeks ago
The module will not import in Windows PowerShell because I added a #requires -Version 7.4 statement to the Install-CommandNotFoundUtility function.
#requires -Version 7.4
Install-CommandNotFoundUtility
Fixed in v1.4.1.
The module will not import in Windows PowerShell because I added a
#requires -Version 7.4
statement to theInstall-CommandNotFoundUtility
function.