Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,18 @@ Visual studio
- Open with [Visual Studio](https://www.visualstudio.com/)
- build solution

## Nuget Deployment (for maintainers)
## NuGet Deployment (for maintainers)

### To Setup NuGet
- Download [NuGet exe](http://nuget.org/nuget.exe).
- [install the NuGet CLI](https://learn.microsoft.com/en-us/nuget/install-nuget-client-tools#nugetexe-cli) for your preffered OS.
> Windows <br/>
Add the folder where you placed nuget.exe to your PATH environment variable. <br/>
> macOS/Linux <br/>
`alias NuGet='mono <Nuget Path>/NuGet.exe'` <br/>

- Setup the Api Key ([see here](https://learn.microsoft.com/en-us/nuget/reference/cli-reference/cli-ref-setapikey)).

### To Setup Nuget
- Download [Nuget exe](http://nuget.org/nuget.exe).
- Setup the Api Key ([see here](http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#api-key)).
- `alias NuGet='mono <Nuget Path>/NuGet.exe'`


### To Release a New Version
Expand Down