From ab396a96085ba56a9da8fad8063506d1dfba0d4c Mon Sep 17 00:00:00 2001 From: Alejandro Villanueva Date: Mon, 17 Aug 2026 12:10:22 -0700 Subject: [PATCH] Update upgrade-agent plugin to 1.1.404 --- .github/plugin/marketplace.json | 5 +++-- plugins/external.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index e1394b4324..839c40680b 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1547,7 +1547,7 @@ { "name": "upgrade-agent", "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", - "version": "1.1.290", + "version": "1.1.404", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -1566,7 +1566,8 @@ "source": "github", "repo": "microsoft/upgrade-agent-plugins", "path": "plugins/upgrade-agent", - "sha": "559f6fea2deea78fb5adf2cfacba2a5151a5fa7f" + "ref": "v1.1.404", + "sha": "a4f718e90c39e7ab62a81ddd78be9b56b1a4c4bf" } }, { diff --git a/plugins/external.json b/plugins/external.json index f9a478f72b..e603a83e7a 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -1003,7 +1003,7 @@ { "name": "upgrade-agent", "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", - "version": "1.1.290", + "version": "1.1.404", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -1022,7 +1022,8 @@ "source": "github", "repo": "microsoft/upgrade-agent-plugins", "path": "plugins/upgrade-agent", - "sha": "559f6fea2deea78fb5adf2cfacba2a5151a5fa7f" + "ref": "v1.1.404", + "sha": "a4f718e90c39e7ab62a81ddd78be9b56b1a4c4bf" } }, {