raol / amazon-sqs-net-extended-client-lib

Extension to Amazon SQS that adds support for sending and receiving messages greater than 256K
Apache License 2.0
39 stars 33 forks source link

Upgrade dependencies - AWS.* and JSON.NET #4

Closed OlegRa closed 7 years ago

OlegRa commented 7 years ago

I need latest version of AWS and JSON.NET libraries in my project, but unfortunately Amazon add some methods into IAmazonSQS interface so I'm unable to use your binaries directly form NuGet (compilation works fine but I got exception at run time).

raol commented 7 years ago

Thanks a lot for your contribution