Consume packages
In the package manager settings, add the following URL to the list of Package Sources
http://nuget.chsoft.ch/nuget
Publish packages
Use the command below to push packages to the CHSOFT feed using the NuGet command line tool (
download here)
nuget.exe push {package file} -Source http://nuget.chsoft.ch/nuget -apikey {apikey}