powershelleditorservices: Add version 4.4.0 (#7279)

This commit is contained in:
Olav Rønnestad Birkeland 2025-10-24 05:52:14 +02:00 committed by GitHub
parent 22506cd8ef
commit 90b6c41103
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,13 @@
{
"version": "4.4.0",
"description": "A common platform for PowerShell development support in any editor or application",
"homepage": "https://github.com/PowerShell/PowerShellEditorServices",
"license": "MIT",
"url": "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v4.4.0/PowerShellEditorServices.zip",
"hash": "690b91092989a0f66e6f43986166aaef69d64b559a9fda51feed882e1103fbcc",
"bin": "PowerShellEditorServices/Start-EditorServices.ps1",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v$version/PowerShellEditorServices.zip"
}
}