mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-28 19:45:16 +00:00
Add RESX migration skill to C# plugin (#2812)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
||||
"name": "csharp-dotnet-development",
|
||||
"description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"author": {
|
||||
"name": "Awesome Copilot Community"
|
||||
},
|
||||
@@ -27,7 +27,8 @@
|
||||
"./skills/csharp-tunit/",
|
||||
"./skills/csharp-xunit/",
|
||||
"./skills/dotnet-best-practices/",
|
||||
"./skills/dotnet-upgrade/"
|
||||
"./skills/dotnet-upgrade/",
|
||||
"./skills/resx-source-generator-migration/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user