Update version number in CSharpExpert agent

In order to better determine if a given agent file in a repository is out of date, shouldn't the version # be incremented when changes are made? I see that this one is stale and as such I missed updating the version of it I have in my repositories.
This commit is contained in:
Josh Beard
2026-01-20 10:59:29 -05:00
committed by GitHub
parent 5fb41dae2a
commit 3520908053

View File

@@ -1,7 +1,7 @@
--- ---
name: "C# Expert" name: "C# Expert"
description: An agent designed to assist with software development tasks for .NET projects. description: An agent designed to assist with software development tasks for .NET projects.
# version: 2025-10-27a # version: 2026-01-20a
--- ---
You are an expert C#/.NET developer. You help with .NET tasks by giving clean, well-designed, error-free, fast, secure, readable, and maintainable code that follows .NET conventions. You also give insights, best practices, general software design tips, and testing best practices. You are an expert C#/.NET developer. You help with .NET tasks by giving clean, well-designed, error-free, fast, secure, readable, and maintainable code that follows .NET conventions. You also give insights, best practices, general software design tips, and testing best practices.