Skip to content

Commit c8e1081

Browse files
committed
Update PSScriptAnalyzer to 1.23.0
1 parent 9cda0eb commit c8e1081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PowerShellEditorServices.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ namespace Microsoft.PowerShell.EditorServices.Hosting
121121

122122
task RestorePsesModules -If (-not (Test-Path "module/PSReadLine") -or -not (Test-Path "module/PSScriptAnalyzer")) {
123123
Write-Build DarkMagenta "Restoring bundled modules"
124-
Save-Module -Path module -Repository $PSRepository -Name PSScriptAnalyzer -RequiredVersion "1.22.0" -Verbose
124+
Save-Module -Path module -Repository $PSRepository -Name PSScriptAnalyzer -RequiredVersion "1.23.0" -Verbose
125125
Save-Module -Path module -Repository $PSRepository -Name PSReadLine -RequiredVersion "2.4.0-beta0" -AllowPrerelease -Verbose
126126
}
127127

0 commit comments

Comments
 (0)