Update modernize-dotnet plugin to 1.0.1161-preview1 (#2317)

This commit is contained in:
Tim Mulholland
2026-07-17 00:39:55 -07:00
committed by GitHub
parent cf04ddde79
commit 38ab1360a4
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -770,7 +770,7 @@
{ {
"name": "modernize-dotnet", "name": "modernize-dotnet",
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", "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": { "author": {
"name": "Microsoft", "name": "Microsoft",
"url": "https://www.microsoft.com" "url": "https://www.microsoft.com"
@@ -787,7 +787,8 @@
"source": { "source": {
"source": "github", "source": "github",
"repo": "dotnet/modernize-dotnet", "repo": "dotnet/modernize-dotnet",
"path": "plugins/modernize-dotnet" "path": "plugins/modernize-dotnet",
"sha": "ce4ec09678498da38099ca9169c1624c59c2a89a"
} }
}, },
{ {
+3 -2
View File
@@ -502,7 +502,7 @@
{ {
"name": "modernize-dotnet", "name": "modernize-dotnet",
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", "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": { "author": {
"name": "Microsoft", "name": "Microsoft",
"url": "https://www.microsoft.com" "url": "https://www.microsoft.com"
@@ -519,7 +519,8 @@
"source": { "source": {
"source": "github", "source": "github",
"repo": "dotnet/modernize-dotnet", "repo": "dotnet/modernize-dotnet",
"path": "plugins/modernize-dotnet" "path": "plugins/modernize-dotnet",
"sha": "ce4ec09678498da38099ca9169c1624c59c2a89a"
} }
}, },
{ {