Closed am11 closed 7 years ago
Addresses #5.
Going by the docs, you would need to create an account at http://nuget.org/ and get an API key and finally:
# from project root .nuget/nuget SetApiKey Your-API-Key .nuget/nuget pack LibuvSharp/LibuvSharp.csproj -Prop Configuration=Release .nuget/nuget push LibuvSharp.nupkg
Addresses #5.
Going by the docs, you would need to create an account at http://nuget.org/ and get an API key and finally: