We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162afd7 commit 6964f34Copy full SHA for 6964f34
src/scripts/Update-Dependencies.ps1
@@ -36,7 +36,7 @@ $pses = Invoke-RestMethod 'https://api.github.com/repos/PowerShell/PowerShellEdi
36
function ReadLatestVersions
37
{
38
@{
39
- PSScriptAnalyzer = [Version] $psScriptAnalyzer.tag_name
+ PSScriptAnalyzer = [Version] $psScriptAnalyzer.tag_name.Trim('v')
40
PowerShellEditorServices = [Version] $pses.tag_name.Trim('v')
41
}
42
0 commit comments