Home Get Started Upgrade version
Post
Cancel

Upgrade version

Upgrade on a specific project

1
Update-Package Cliargs.NET -ProjectName MyProject

Upgrade to a particular version

1
Update-Package Cliargs.NET -version 1.2.3

Upgrade to latest Pre-release verion

1
Update-Package Cliargs.NET -PreRelease

For more information about Nuget packages update, visit the official documentation from Microsoft.

Contents