andyburke / UnityHTTP

A TcpClient-based HTTP library for Unity.
GNU General Public License v2.0
589 stars 147 forks source link

Publish to NuGet #25

Open ddaws opened 9 years ago

ddaws commented 9 years ago

I believe this would make it simpler to use. See reference for how to here : http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package

I would take care of this though publishing packages requires a NuGet API key and I want to leave control of publishing to NuGet to @andyburke .

andyburke commented 9 years ago

@dreid93 feel free to publish this now that I've made you a collaborator.

ddaws commented 9 years ago

So I have just uploaded it to NuGet. I have yet to test so I will be leaving this issue open until I can confirm that everything is working.

Here's the link : https://www.nuget.org/packages/UnityHTTP/1.0.0

Also, NuGet contains a way to specify references based upon the framework you building towards. This should fix some of the issues people are having.