From 38ab1360a496ec5bc1eae972d8f9d061a0640cfc Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Fri, 17 Jul 2026 00:39:55 -0700 Subject: [PATCH] Update modernize-dotnet plugin to 1.0.1161-preview1 (#2317) --- .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 ff43fa63..03689693 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -770,7 +770,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" @@ -787,7 +787,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 19ec538a..90b147ba 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -502,7 +502,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" @@ -519,7 +519,8 @@ "source": { "source": "github", "repo": "dotnet/modernize-dotnet", - "path": "plugins/modernize-dotnet" + "path": "plugins/modernize-dotnet", + "sha": "ce4ec09678498da38099ca9169c1624c59c2a89a" } }, {