Forge
markdownf583a481
1## Release (nuget.org)
2
3This repository uses **NuGet Trusted Publishing (OIDC)** — no long-lived API keys.
4
5### One-time setup (nuget.org)
6
7On `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
15Create 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