sauljabin / xmlrpcwsc-dotnet

XML-RPC Web Service Client C# implementation
GNU Lesser General Public License v3.0
34 stars 21 forks source link

Publish it to Nuget #2

Open aersam opened 6 years ago

aersam commented 6 years ago

This would be very nice :)

aersam commented 6 years ago

As you now have the new project system, the package is already generated on build. You just have to add some batch pushing it to nuget.org :)

ForeverZer0 commented 5 years ago

Was just coming to create exact same issue. This is actually one of the more intuitive XML-RPC libraries available for .NET, as most are overly-complicated/verbose or under-documented.

I luckily stumbled across it with Google, but was surprised when I could not find a matching NuGet package to add through my IDE. I really think adding the package to NuGet would make it much more popular, as well as much more convenient for users of it.