aws / aws-iot-device-sdk-cpp

SDK for connecting to AWS IoT from a device using C++
http://aws-iot-device-sdk-cpp-docs.s3-website-us-east-1.amazonaws.com
Apache License 2.0
123 stars 111 forks source link

Add (shared) library versioning #180

Closed timbz closed 4 years ago

timbz commented 4 years ago

Description of changes:

linux: libaws-iot-sdk-cpp.so -> libaws-iot-sdk-cpp.so.1 libaws-iot-sdk-cpp.so.1 -> libaws-iot-sdk-cpp.so.1.4.0 libaws-iot-sdk-cpp.so.1.4.0 osx: libaws-iot-sdk-cpp.dylib@ -> libaws-iot-sdk-cpp.1.dylib libaws-iot-sdk-cpp.1.dylib@ -> libaws-iot-sdk-cpp.1.4.0.dylib libaws-iot-sdk-cpp.1.4.0.dylib

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

github-actions[bot] commented 4 years ago

Greetings! Sorry to say but this is a very old issue that is probably not getting as much attention as it deserves. We encourage you to try V2 and if you find that this is still a problem, please feel free to open a new issue there.