We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee2fef commit e79f44fCopy full SHA for e79f44f
Lombiq.Analyzers.PowerShell/Invoke-Analyzer.ps1
@@ -84,7 +84,7 @@ else
84
exit -1
85
}
86
87
-$installVersion = '1.21.0'
+$installVersion = '1.22.0'
88
if ((Get-InstalledModule PSScriptAnalyzer -ErrorAction SilentlyContinue).Version -ne [Version]$installVersion)
89
{
90
try
0 commit comments