> For the complete documentation index, see [llms.txt](https://note.lonelylty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.lonelylty.com/coding/release_nuget_pack.md).

# 2018/11/23\_release nuget package

regeister nuget api key

<https://www.nuget.org/account/apikeys>

```bash
dotnet nuget push .\<pack_name> --api-key <api_key> --source https://api.nuget.org/v3/index.json

<api_key> oy2ao6iij3z23hphibhatkbqdliwyqee5opksklgtckr2i
```
