markdownf583a481 | 1 | ## Release (nuget.org) |
| 2 | |
| 3 | This repository uses **NuGet Trusted Publishing (OIDC)** — no long-lived API keys. |
| 4 | |
| 5 | ### One-time setup (nuget.org) |
| 6 | |
| 7 | On `nuget.org`: **Trusted publishing** → add policy for GitHub Actions: |
| 8 | - **Repository owner**: `KarataevDmitry` |
| 9 | - **Repository**: `dotnet-mcp-templates` |
| 10 | - **Workflow file**: `publish.yml` |
| 11 | - **Environment**: (leave empty) |
| 12 | |
| 13 | ### Publish a version |
| 14 | |
| 15 | Create and push a tag like `v0.1.10` — GitHub Actions workflow `publish.yml` will pack and push the package. |
| 16 | |
| 17 | |
View only · write via MCP/CIDE