markembling / MarkEmbling.PostcodesIO

.NET library for interacting with the excellent Postcodes.io service.
MIT License
23 stars 16 forks source link

RestSharp update breaks client.Lookup(Postcode) #7

Closed belliez closed 5 years ago

belliez commented 6 years ago

Updating to latest RestSharp via Nuget breaks functionality. Latest RestSharp requires minimum of .Net 4.5.2

markembling commented 5 years ago

Current version also requires minimum of .NET 4.5.2 (as of 0.0.6). Next version (1.0.0) will target both .NET standard 2.0 and .NET 4.5.2.