diff --git a/plugins/dotnet-advanced/.codex-plugin/plugin.json b/plugins/dotnet-advanced/.codex-plugin/plugin.json index e5e0ab75..4508b3b4 100644 --- a/plugins/dotnet-advanced/.codex-plugin/plugin.json +++ b/plugins/dotnet-advanced/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-advanced", - "version": "0.2.0", + "version": "0.2.1", "description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-advanced/plugin.json b/plugins/dotnet-advanced/plugin.json index e5e0ab75..4508b3b4 100644 --- a/plugins/dotnet-advanced/plugin.json +++ b/plugins/dotnet-advanced/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-advanced", - "version": "0.2.0", + "version": "0.2.1", "description": "Advanced .NET and C# skills for niche scenarios that are not part of the core dotnet plugin.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-ai/.codex-plugin/plugin.json b/plugins/dotnet-ai/.codex-plugin/plugin.json index 20fbc8be..7da6ed28 100644 --- a/plugins/dotnet-ai/.codex-plugin/plugin.json +++ b/plugins/dotnet-ai/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-ai", - "version": "0.1.0", + "version": "0.1.5", "description": "AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-ai/plugin.json b/plugins/dotnet-ai/plugin.json index 20fbc8be..7da6ed28 100644 --- a/plugins/dotnet-ai/plugin.json +++ b/plugins/dotnet-ai/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-ai", - "version": "0.1.0", + "version": "0.1.5", "description": "AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-aspnetcore/.codex-plugin/plugin.json b/plugins/dotnet-aspnetcore/.codex-plugin/plugin.json index 14ed9b1d..fb43960a 100644 --- a/plugins/dotnet-aspnetcore/.codex-plugin/plugin.json +++ b/plugins/dotnet-aspnetcore/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-aspnetcore", - "version": "0.1.0", + "version": "0.1.1", "description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-aspnetcore/plugin.json b/plugins/dotnet-aspnetcore/plugin.json index 14ed9b1d..fb43960a 100644 --- a/plugins/dotnet-aspnetcore/plugin.json +++ b/plugins/dotnet-aspnetcore/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-aspnetcore", - "version": "0.1.0", + "version": "0.1.1", "description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-blazor/.codex-plugin/plugin.json b/plugins/dotnet-blazor/.codex-plugin/plugin.json index 1c0691c8..7eaf6aaa 100644 --- a/plugins/dotnet-blazor/.codex-plugin/plugin.json +++ b/plugins/dotnet-blazor/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-blazor", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for Blazor development: component authoring, interactivity, and web application patterns.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-blazor/plugin.json b/plugins/dotnet-blazor/plugin.json index 1c0691c8..7eaf6aaa 100644 --- a/plugins/dotnet-blazor/plugin.json +++ b/plugins/dotnet-blazor/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-blazor", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for Blazor development: component authoring, interactivity, and web application patterns.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-data/.codex-plugin/plugin.json b/plugins/dotnet-data/.codex-plugin/plugin.json index 5fef08c1..bd1b247c 100644 --- a/plugins/dotnet-data/.codex-plugin/plugin.json +++ b/plugins/dotnet-data/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-data", - "version": "0.1.0", + "version": "0.1.2", "description": "Skills for .NET data access and Entity Framework related tasks.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-data/plugin.json b/plugins/dotnet-data/plugin.json index 5fef08c1..bd1b247c 100644 --- a/plugins/dotnet-data/plugin.json +++ b/plugins/dotnet-data/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-data", - "version": "0.1.0", + "version": "0.1.2", "description": "Skills for .NET data access and Entity Framework related tasks.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-diag/.codex-plugin/plugin.json b/plugins/dotnet-diag/.codex-plugin/plugin.json index 8ae42933..3c2fec25 100644 --- a/plugins/dotnet-diag/.codex-plugin/plugin.json +++ b/plugins/dotnet-diag/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-diag", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for .NET performance investigations, debugging, and incident analysis.", "skills": ["./skills/"], "agents": ["./agents/optimizing-dotnet-performance.agent.md"] diff --git a/plugins/dotnet-diag/plugin.json b/plugins/dotnet-diag/plugin.json index 0b4f544c..3467ada2 100644 --- a/plugins/dotnet-diag/plugin.json +++ b/plugins/dotnet-diag/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-diag", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for .NET performance investigations, debugging, and incident analysis.", "skills": ["./skills/"], "agents": ["./agents/optimizing-dotnet-performance.agent.md"] diff --git a/plugins/dotnet-experimental/.codex-plugin/plugin.json b/plugins/dotnet-experimental/.codex-plugin/plugin.json index 8448b0b4..8c479358 100644 --- a/plugins/dotnet-experimental/.codex-plugin/plugin.json +++ b/plugins/dotnet-experimental/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-experimental", - "version": "0.1.0", + "version": "0.1.1", "description": "Experimental skills under active evaluation that may change or graduate to stable plugins.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-experimental/plugin.json b/plugins/dotnet-experimental/plugin.json index 8448b0b4..8c479358 100644 --- a/plugins/dotnet-experimental/plugin.json +++ b/plugins/dotnet-experimental/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-experimental", - "version": "0.1.0", + "version": "0.1.1", "description": "Experimental skills under active evaluation that may change or graduate to stable plugins.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-maui/.codex-plugin/plugin.json b/plugins/dotnet-maui/.codex-plugin/plugin.json index 859a01b5..ce5b8d8d 100644 --- a/plugins/dotnet-maui/.codex-plugin/plugin.json +++ b/plugins/dotnet-maui/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-maui", - "version": "0.1.0", + "version": "0.1.16", "description": "Skills for .NET MAUI development: environment setup, diagnostics, troubleshooting, navigation, data binding, dependency injection, layout, and theming.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-maui/plugin.json b/plugins/dotnet-maui/plugin.json index 859a01b5..ce5b8d8d 100644 --- a/plugins/dotnet-maui/plugin.json +++ b/plugins/dotnet-maui/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-maui", - "version": "0.1.0", + "version": "0.1.16", "description": "Skills for .NET MAUI development: environment setup, diagnostics, troubleshooting, navigation, data binding, dependency injection, layout, and theming.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-msbuild/.claude-plugin/plugin.json b/plugins/dotnet-msbuild/.claude-plugin/plugin.json index 037e5042..cbf4c2d4 100644 --- a/plugins/dotnet-msbuild/.claude-plugin/plugin.json +++ b/plugins/dotnet-msbuild/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-msbuild", - "version": "0.1.0", + "version": "0.1.4", "description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-msbuild/.codex-plugin/plugin.json b/plugins/dotnet-msbuild/.codex-plugin/plugin.json index e8f62cab..ff0a9437 100644 --- a/plugins/dotnet-msbuild/.codex-plugin/plugin.json +++ b/plugins/dotnet-msbuild/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-msbuild", - "version": "0.1.0", + "version": "0.1.4", "description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-msbuild/plugin.json b/plugins/dotnet-msbuild/plugin.json index 037e5042..cbf4c2d4 100644 --- a/plugins/dotnet-msbuild/plugin.json +++ b/plugins/dotnet-msbuild/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-msbuild", - "version": "0.1.0", + "version": "0.1.4", "description": "Comprehensive MSBuild and .NET build skills: failure diagnosis, performance optimization, code quality, and modernization.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-template-engine/.codex-plugin/plugin.json b/plugins/dotnet-template-engine/.codex-plugin/plugin.json index fa64bc35..627f89e0 100644 --- a/plugins/dotnet-template-engine/.codex-plugin/plugin.json +++ b/plugins/dotnet-template-engine/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-template-engine", - "version": "0.1.0", + "version": "0.1.3", "description": ".NET Template Engine skills for dotnet new: create projects (console app, class library, web API, Blazor, MAUI), discover and search templates, inspect template parameters and frameworks (net8.0, net9.0, net10.0), scaffold solutions, author and validate custom templates, install template packages from NuGet.", "skills": ["./skills/"], "agents": ["./agents/template-engine.agent.md"] diff --git a/plugins/dotnet-template-engine/plugin.json b/plugins/dotnet-template-engine/plugin.json index fa64bc35..627f89e0 100644 --- a/plugins/dotnet-template-engine/plugin.json +++ b/plugins/dotnet-template-engine/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-template-engine", - "version": "0.1.0", + "version": "0.1.3", "description": ".NET Template Engine skills for dotnet new: create projects (console app, class library, web API, Blazor, MAUI), discover and search templates, inspect template parameters and frameworks (net8.0, net9.0, net10.0), scaffold solutions, author and validate custom templates, install template packages from NuGet.", "skills": ["./skills/"], "agents": ["./agents/template-engine.agent.md"] diff --git a/plugins/dotnet-test-migration/.codex-plugin/plugin.json b/plugins/dotnet-test-migration/.codex-plugin/plugin.json index a20ea9bb..adc4380a 100644 --- a/plugins/dotnet-test-migration/.codex-plugin/plugin.json +++ b/plugins/dotnet-test-migration/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-test-migration", - "version": "0.1.0", + "version": "0.1.6", "description": "Skills and an orchestrator agent for migrating .NET test frameworks and platforms: MSTest and xUnit version upgrades, xUnit-to-MSTest conversion, and VSTest to Microsoft.Testing.Platform.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-test-migration/plugin.json b/plugins/dotnet-test-migration/plugin.json index f79109db..73a4e18e 100644 --- a/plugins/dotnet-test-migration/plugin.json +++ b/plugins/dotnet-test-migration/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-test-migration", - "version": "0.1.0", + "version": "0.1.6", "description": "Skills and an orchestrator agent for migrating .NET test frameworks and platforms: MSTest and xUnit version upgrades, xUnit-to-MSTest conversion, and VSTest to Microsoft.Testing.Platform.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-test/.codex-plugin/plugin.json b/plugins/dotnet-test/.codex-plugin/plugin.json index d41f4e52..ccd386bc 100644 --- a/plugins/dotnet-test/.codex-plugin/plugin.json +++ b/plugins/dotnet-test/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-test", - "version": "0.2.0", + "version": "0.2.11", "description": "Skills for running, generating, analyzing, and improving .NET tests: test execution, filtering, platform detection, coverage, testability, and MSTest workflows.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-test/plugin.json b/plugins/dotnet-test/plugin.json index ea594338..53062ba7 100644 --- a/plugins/dotnet-test/plugin.json +++ b/plugins/dotnet-test/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-test", - "version": "0.2.0", + "version": "0.2.11", "description": "Skills for running, generating, analyzing, and improving .NET tests: test execution, filtering, platform detection, coverage, testability, and MSTest workflows.", "skills": ["./skills/"], "agents": [ diff --git a/plugins/dotnet-upgrade/.codex-plugin/plugin.json b/plugins/dotnet-upgrade/.codex-plugin/plugin.json index 0f3bc203..8657d870 100644 --- a/plugins/dotnet-upgrade/.codex-plugin/plugin.json +++ b/plugins/dotnet-upgrade/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-upgrade", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets.", "skills": ["./skills/"] } diff --git a/plugins/dotnet-upgrade/plugin.json b/plugins/dotnet-upgrade/plugin.json index 0f3bc203..8657d870 100644 --- a/plugins/dotnet-upgrade/plugin.json +++ b/plugins/dotnet-upgrade/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet-upgrade", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for migrating and upgrading .NET projects across framework versions, language features, and compatibility targets.", "skills": ["./skills/"] } diff --git a/plugins/dotnet/.codex-plugin/plugin.json b/plugins/dotnet/.codex-plugin/plugin.json index 87869197..bfcadfbb 100644 --- a/plugins/dotnet/.codex-plugin/plugin.json +++ b/plugins/dotnet/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet", - "version": "0.2.0", + "version": "0.2.3", "description": "C# language server (LSP) integration for coding agents and high-level .NET development skills.", "skills": ["./skills/"], "lspServers": "./lsp.json" diff --git a/plugins/dotnet/plugin.json b/plugins/dotnet/plugin.json index 87869197..bfcadfbb 100644 --- a/plugins/dotnet/plugin.json +++ b/plugins/dotnet/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet", - "version": "0.2.0", + "version": "0.2.3", "description": "C# language server (LSP) integration for coding agents and high-level .NET development skills.", "skills": ["./skills/"], "lspServers": "./lsp.json" diff --git a/plugins/dotnet11/.codex-plugin/plugin.json b/plugins/dotnet11/.codex-plugin/plugin.json index 042c9544..3c0f5ce0 100644 --- a/plugins/dotnet11/.codex-plugin/plugin.json +++ b/plugins/dotnet11/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet11", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for .NET 11 APIs and language features.", "skills": ["./skills/"] } diff --git a/plugins/dotnet11/plugin.json b/plugins/dotnet11/plugin.json index 042c9544..3c0f5ce0 100644 --- a/plugins/dotnet11/plugin.json +++ b/plugins/dotnet11/plugin.json @@ -1,6 +1,6 @@ { "name": "dotnet11", - "version": "0.1.0", + "version": "0.1.1", "description": "Skills for .NET 11 APIs and language features.", "skills": ["./skills/"] }