textmagic / textmagic-rest-csharp

MIT License
8 stars 19 forks source link

Add Nuget restriction to RestSharp version #7

Closed Thorium closed 6 years ago

Thorium commented 6 years ago

When I run automatic package manager update script, it will calculate the dependencies and always ends up to update the RestSharp to incompatible version with textmagic.

This textmagic client is using RestSharp version 105.1.0. This textmagic client do not work using latest RestSharp version.

So the dependecy in the textmagic Nuget package is wrong: RestSharp (>= 105.1.0) It should also state the largest possible RestSharp-version that do work with textmagic.

thinkclay commented 6 years ago

+1 for this

dmitry-textmagic commented 6 years ago

TextmagicRest is now depending on exact 105.1.0 version of RestSharp since version 1.0.0;4.

awisey commented 5 years ago

Any chance of allowing a greater version of restsharp? my project depends on a greater version than the one textmagic is insisting on