From 62274dcd3143eff1f4d5c69f8d0819e0809645a7 Mon Sep 17 00:00:00 2001 From: Antonio Villanueva <51379759+anvillan@users.noreply.github.com> Date: Thu, 23 Jul 2026 10:50:38 -0700 Subject: [PATCH] Update upgrade-agent plugin to 1.1.247 (#2394) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2cb17f2d-aff4-472b-89a2-83d9d16bb65e --- .github/plugin/marketplace.json | 11 ++++++----- plugins/external.json | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 044f9786..2f7be09e 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1261,14 +1261,13 @@ }, { "name": "upgrade-agent", - "description": "GitHub Copilot upgrade is an AI-powered agent that helps you upgrade applications to newer versions of languages, frameworks, and runtimes. It assesses your application, creates an upgrade plan, applies code changes, and validates the results through an interactive upgrade workflow.", - "version": "1.1.222", + "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", + "version": "1.1.247", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" }, - "repository": "https://github.com/microsoft/upgrade-agent-plugins", - "license": "MIT", + "homepage": "https://github.com/microsoft/upgrade-agent-plugins", "keywords": [ "modernization", "upgrade", @@ -1276,11 +1275,13 @@ "dotnet", "canvas" ], + "license": "MIT", + "repository": "https://github.com/microsoft/upgrade-agent-plugins", "source": { "source": "github", "repo": "microsoft/upgrade-agent-plugins", "path": "plugins/upgrade-agent", - "sha": "379d344e42823b25223f878c002f38fb3a2c1d2b" + "sha": "a70e1ae1ff63dd19ff874e874b4b587a5291f68a" } }, { diff --git a/plugins/external.json b/plugins/external.json index 9e4d2157..4edf2606 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -735,14 +735,13 @@ }, { "name": "upgrade-agent", - "description": "GitHub Copilot upgrade is an AI-powered agent that helps you upgrade applications to newer versions of languages, frameworks, and runtimes. It assesses your application, creates an upgrade plan, applies code changes, and validates the results through an interactive upgrade workflow.", - "version": "1.1.222", + "description": "AI-powered upgrade assistant for upgrading and migrating applications. Helps modernize legacy code and upgrade .NET applications to current frameworks.", + "version": "1.1.247", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" }, - "repository": "https://github.com/microsoft/upgrade-agent-plugins", - "license": "MIT", + "homepage": "https://github.com/microsoft/upgrade-agent-plugins", "keywords": [ "modernization", "upgrade", @@ -750,11 +749,13 @@ "dotnet", "canvas" ], + "license": "MIT", + "repository": "https://github.com/microsoft/upgrade-agent-plugins", "source": { "source": "github", "repo": "microsoft/upgrade-agent-plugins", "path": "plugins/upgrade-agent", - "sha": "379d344e42823b25223f878c002f38fb3a2c1d2b" + "sha": "a70e1ae1ff63dd19ff874e874b4b587a5291f68a" } }, {