Skip to content

Commit 71a9ea8

Browse files
author
vp
committed
fix: remove invalid character from skill name in SKILL.md
1 parent b10e9af commit 71a9ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.agents/skills/dotnet-inspect/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
♥♥name: dotnet-inspect
2+
name: dotnet-inspect
33
description: Inspect .NET assemblies and NuGet packages. Use when you need to get package metadata and latest version information, view public API surfaces, search for types, compare APIs between versions, or get direct access to commit-specific source (via Source Link). Works with NuGet packages, .NET platform/runtime assemblies, and local assembly files (via path). Essential for package exploration, API discovery, assembly auditing.
44
---
55

0 commit comments

Comments
 (0)