diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 89b12fcb..a4f69f3a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -50,7 +50,7 @@ "name": "csharp-dotnet-development", "source": "./plugins/csharp-dotnet-development", "description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.", - "version": "1.0.0" + "version": "1.1.0" }, { "name": "csharp-mcp-development", diff --git a/plugins/csharp-dotnet-development/.github/plugin/plugin.json b/plugins/csharp-dotnet-development/.github/plugin/plugin.json index 300a6a0c..6a3cb957 100644 --- a/plugins/csharp-dotnet-development/.github/plugin/plugin.json +++ b/plugins/csharp-dotnet-development/.github/plugin/plugin.json @@ -1,18 +1,13 @@ { "name": "csharp-dotnet-development", "description": "Essential prompts, instructions, and chat modes for C# and .NET development including testing, documentation, and best practices.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Awesome Copilot Community" }, "repository": "https://github.com/github/awesome-copilot", "license": "MIT", - "tags": [ - "csharp", - "dotnet", - "aspnet", - "testing" - ], + "tags": ["csharp", "dotnet", "aspnet", "testing"], "display": { "ordering": "alpha", "show_badge": false