Update upgrade-agent plugin to 1.1.441 (#2744)

This commit is contained in:
Antonio Villanueva
2026-08-20 21:20:41 -07:00
committed by GitHub
parent dcf0537114
commit bbaa587264
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1553,7 +1553,7 @@
{ {
"name": "upgrade-agent", "name": "upgrade-agent",
"description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.",
"version": "1.1.404", "version": "1.1.441",
"author": { "author": {
"name": "Microsoft", "name": "Microsoft",
"url": "https://www.microsoft.com" "url": "https://www.microsoft.com"
@@ -1572,8 +1572,8 @@
"source": "github", "source": "github",
"repo": "microsoft/upgrade-agent-plugins", "repo": "microsoft/upgrade-agent-plugins",
"path": "plugins/upgrade-agent", "path": "plugins/upgrade-agent",
"ref": "v1.1.404", "ref": "v1.1.441",
"sha": "a4f718e90c39e7ab62a81ddd78be9b56b1a4c4bf" "sha": "f8abab778cfb5b57a3c745d540631b7aab15d5b3"
} }
}, },
{ {
+3 -3
View File
@@ -1003,7 +1003,7 @@
{ {
"name": "upgrade-agent", "name": "upgrade-agent",
"description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.",
"version": "1.1.404", "version": "1.1.441",
"author": { "author": {
"name": "Microsoft", "name": "Microsoft",
"url": "https://www.microsoft.com" "url": "https://www.microsoft.com"
@@ -1022,8 +1022,8 @@
"source": "github", "source": "github",
"repo": "microsoft/upgrade-agent-plugins", "repo": "microsoft/upgrade-agent-plugins",
"path": "plugins/upgrade-agent", "path": "plugins/upgrade-agent",
"ref": "v1.1.404", "ref": "v1.1.441",
"sha": "a4f718e90c39e7ab62a81ddd78be9b56b1a4c4bf" "sha": "f8abab778cfb5b57a3c745d540631b7aab15d5b3"
} }
}, },
{ {