From 1581ec2898687e42c933aa946d2afb742579a55e Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Wed, 15 Jul 2026 23:09:26 -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 f94592e76..0198f4d6d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -743,7 +743,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" @@ -760,7 +760,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 0b4859e13..cee5b67bf 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -475,7 +475,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" @@ -492,7 +492,8 @@ "source": { "source": "github", "repo": "dotnet/modernize-dotnet", - "path": "plugins/modernize-dotnet" + "path": "plugins/modernize-dotnet", + "sha": "ce4ec09678498da38099ca9169c1624c59c2a89a" } }, {