signnow / SignNow.NETSDK

SignNow .NET SDK (C#)
MIT License
2 stars 6 forks source link

Nuget package should not include its own Newtonsoft.Json.dll or RestSharp.dll #1

Closed cwensley closed 9 years ago

cwensley commented 9 years ago

CudaSign's nuget package includes its own versions of Newtonsoft.Json.dll and RestSharp.dll, which is an incorrect use of Nuget.

Instead, the CudaSign nuget package should have dependencies on the Json.NET and RestSharp packages.

deebhatt commented 9 years ago

Changed to Dependencies..!

cwensley commented 9 years ago

wow, quick turnaround! Thank you and great work!