From a43b474a0c8e2623a780898c979a9000cdf9f576 Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Wed, 15 Jul 2026 17:35:37 -0700 Subject: [PATCH] Update modernize-dotnet plugin to 1.0.1161-preview1 --- .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 8e09f9482..3fcabc31a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -638,7 +638,7 @@ { "name": "modernize-dotnet", "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", - "version": "1.0.1157-preview1", + "version": "1.0.1161-preview1", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -655,7 +655,8 @@ "source": { "source": "github", "repo": "dotnet/modernize-dotnet", - "path": "plugins/modernize-dotnet" + "path": "plugins/modernize-dotnet", + "sha": "ce4ec09678498da38099ca9169c1624c59c2a89a" } }, { diff --git a/plugins/external.json b/plugins/external.json index 65a8fa159..36511eb9a 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -447,7 +447,7 @@ { "name": "modernize-dotnet", "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", - "version": "1.0.1157-preview1", + "version": "1.0.1161-preview1", "author": { "name": "Microsoft", "url": "https://www.microsoft.com" @@ -464,7 +464,8 @@ "source": { "source": "github", "repo": "dotnet/modernize-dotnet", - "path": "plugins/modernize-dotnet" + "path": "plugins/modernize-dotnet", + "sha": "ce4ec09678498da38099ca9169c1624c59c2a89a" } }, {