Skip to content

Commit ee71c06

Browse files
tlmiiCopilot
andauthored
Add modernize-dotnet plugin (#1083)
* Add modernize-dotnet plugin * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3b5e919 commit ee71c06

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,29 @@
248248
"description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot",
249249
"version": "1.0.0"
250250
},
251+
{
252+
"name": "modernize-dotnet",
253+
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
254+
"version": "1.0.979-preview1",
255+
"author": {
256+
"name": "Microsoft",
257+
"url": "https://www.microsoft.com"
258+
},
259+
"homepage": "https://github.com/dotnet/modernize-dotnet",
260+
"keywords": [
261+
"modernization",
262+
"upgrade",
263+
"migration",
264+
"dotnet"
265+
],
266+
"license": "MIT",
267+
"repository": "https://github.com/dotnet/modernize-dotnet",
268+
"source": {
269+
"source": "github",
270+
"repo": "dotnet/modernize-dotnet",
271+
"path": "plugins/modernize-dotnet"
272+
}
273+
},
251274
{
252275
"name": "napkin",
253276
"source": "napkin",

plugins/external.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,23 @@
8787
"source": "github",
8888
"repo": "microsoft/skills-for-copilot-studio"
8989
}
90+
},
91+
{
92+
"name": "modernize-dotnet",
93+
"description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.",
94+
"version": "1.0.979-preview1",
95+
"author": {
96+
"name": "Microsoft",
97+
"url": "https://www.microsoft.com"
98+
},
99+
"homepage": "https://github.com/dotnet/modernize-dotnet",
100+
"keywords": ["modernization", "upgrade", "migration", "dotnet"],
101+
"license": "MIT",
102+
"repository": "https://github.com/dotnet/modernize-dotnet",
103+
"source": {
104+
"source": "github",
105+
"repo": "dotnet/modernize-dotnet",
106+
"path": "plugins/modernize-dotnet"
107+
}
90108
}
91109
]

0 commit comments

Comments
 (0)