From a19577b150f8fe8d1f6ba86851f11a697805bffb Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 17 Feb 2026 09:39:25 +1100 Subject: [PATCH] Updating plugin version --- .github/plugin/marketplace.json | 2 +- .../csharp-dotnet-development/.github/plugin/plugin.json | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) 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