txdv / LibuvSharp

.NET bindings for libuv
176 stars 41 forks source link

Nuget: Adds nuget pacakge file (nuspec) #9

Closed am11 closed 7 years ago

am11 commented 9 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