diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ea0bc4d41..48e23d8335 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 2.8.11) project(azure_iot_sdks) + +set(IOT_SDK_VERSION 1.1.5) + # #making a nice global variable to know if we are on linux or not. if(CMAKE_SYSTEM_NAME STREQUAL "Linux") @@ -214,6 +217,12 @@ if(${use_installed_dependencies}) include(CMakePackageConfigHelpers) + write_basic_package_version_file( + "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake" + VERSION ${IOT_SDK_VERSION} + COMPATIBILITY SameMajorVersion + ) + configure_file("configs/${PROJECT_NAME}Config.cmake" "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}Config.cmake" COPYONLY @@ -230,6 +239,7 @@ if(${use_installed_dependencies}) FILES "configs/${PROJECT_NAME}Config.cmake" "configs/${PROJECT_NAME}Functions.cmake" + "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}/${PROJECT_NAME}ConfigVersion.cmake" DESTINATION ${package_location} ) diff --git a/build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties b/build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties index e298a9c540..fd98be40b4 100644 --- a/build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties +++ b/build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties @@ -1,5 +1,5 @@ name=AzureIoTHub -version=1.0.22 +version=1.0.23 author=Arduino maintainer=Microsoft sentence=Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. diff --git a/build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties b/build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties index 37ee6fa9d5..2271e16ba1 100644 --- a/build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties +++ b/build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties @@ -1,5 +1,5 @@ name=AzureIoTProtocol_HTTP -version=1.0.22 +version=1.0.23 author=Microsoft maintainer=Microsoft sentence=Azure HTTP protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. diff --git a/build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties b/build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties index 216a661101..7a7ea8794b 100644 --- a/build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties +++ b/build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties @@ -1,5 +1,5 @@ name=AzureIoTProtocol_MQTT -version=1.0.22 +version=1.0.23 author=Microsoft maintainer=Microsoft sentence=Azure MQTT protocol library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. diff --git a/build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties b/build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties index 0d5ce5365c..7b0e0d5e77 100644 --- a/build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties +++ b/build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties @@ -1,5 +1,5 @@ name=AzureIoTUtility -version=1.0.22 +version=1.0.23 author=Microsoft maintainer=Microsoft sentence=Azure C shared utility library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. diff --git a/build_all/packaging/linux/debian/changelog-trusty b/build_all/packaging/linux/debian/changelog-trusty index 54adb6e384..c92e5a8581 100644 --- a/build_all/packaging/linux/debian/changelog-trusty +++ b/build_all/packaging/linux/debian/changelog-trusty @@ -1,4 +1,4 @@ -azure-iot-sdk-c (0.1.0-12trusty) trusty; urgency=low +azure-iot-sdk-c (0.1.0-13trusty) trusty; urgency=low * See https://github.com/Azure/azure-iot-sdks/releases for details of the release diff --git a/build_all/packaging/linux/debian/changelog-vivid b/build_all/packaging/linux/debian/changelog-vivid index 5b3da9ebb8..349da6e5d5 100644 --- a/build_all/packaging/linux/debian/changelog-vivid +++ b/build_all/packaging/linux/debian/changelog-vivid @@ -1,4 +1,4 @@ -azure-iot-sdk-c (0.1.0-33vivid) vivid; urgency=low +azure-iot-sdk-c (0.1.0-34vivid) vivid; urgency=low * See https://github.com/Azure/azure-iot-sdks/releases for details of the release diff --git a/build_all/packaging/linux/debian/changelog-xenial b/build_all/packaging/linux/debian/changelog-xenial index a774dbe658..670b7169f1 100644 --- a/build_all/packaging/linux/debian/changelog-xenial +++ b/build_all/packaging/linux/debian/changelog-xenial @@ -1,4 +1,4 @@ -azure-iot-sdk-c (0.1.0.0-8xenial) xenial; urgency=low +azure-iot-sdk-c (0.1.0.0-9xenial) xenial; urgency=low * See https://github.com/Azure/azure-iot-sdks/releases for details of the release diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec index 1a3f3241ce..242d0bdeab 100644 --- a/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec +++ b/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec @@ -1,7 +1,7 @@ Microsoft.Azure.IoTHub.AmqpTransport - 1.1.4 + 1.1.5 Microsoft Azure IoTHub AMQP transport Apache Software Foundation, Microsoft Corp Azure-IoT @@ -15,9 +15,9 @@ Copyright 2015 AMQP Microsoft Azure IoT Native x86 x64 arm native package - - - + + + diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec index fcc7b982ef..cf7ab8bc35 100644 --- a/build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec +++ b/build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec @@ -1,7 +1,7 @@ Microsoft.Azure.IoTHub.HttpTransport - 1.1.4 + 1.1.5 Microsoft Azure IoTHub HTTP transport Microsoft Corp Azure-IoT @@ -15,8 +15,8 @@ Copyright 2015 HTTP Microsoft Azure IoT Native x86 x64 arm native package - - + + diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec index 3075094af3..b425a65452 100644 --- a/build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec +++ b/build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec @@ -1,7 +1,7 @@ Microsoft.Azure.IoTHub.IoTHubClient - 1.1.4 + 1.1.5 Microsoft Azure IoTHub IoTHubClient Microsoft Corp Azure-IoT @@ -15,7 +15,7 @@ Copyright 2015 Microsoft Azure IoT Native x86 x64 arm native package IoTHubClient - + diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec index 0ce0e59f32..c9e32ebb5d 100644 --- a/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec +++ b/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec @@ -1,7 +1,7 @@ Microsoft.Azure.IoTHub.MqttTransport - 1.1.4 + 1.1.5 Microsoft Azure IoTHub MQTT transport Microsoft Corp Azure-IoT @@ -15,9 +15,9 @@ Copyright 2015 MQTT Microsoft Azure IoT Native x86 x64 arm native package - - - + + + diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec index 757651847a..2d7f319381 100644 --- a/build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec +++ b/build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec @@ -1,7 +1,7 @@ Microsoft.Azure.IoTHub.Serializer - 1.1.4 + 1.1.5 Microsoft Azure IoTHub Serializer Microsoft Corp Azure-IoT @@ -15,7 +15,7 @@ Copyright 2015 Microsoft Azure IoT Native x86 x64 arm native package - + diff --git a/c-utility b/c-utility index 9068d896de..8aa62c3280 160000 --- a/c-utility +++ b/c-utility @@ -1 +1 @@ -Subproject commit 9068d896de2a990f9bdfa01ce26d6ec0c236baf8 +Subproject commit 8aa62c32802a0bfc0949c4dc6fdf6ecee99c1f99 diff --git a/iothub_client/inc/iothub_client_version.h b/iothub_client/inc/iothub_client_version.h index 4687c45ccf..cfb303b69f 100644 --- a/iothub_client/inc/iothub_client_version.h +++ b/iothub_client/inc/iothub_client_version.h @@ -8,7 +8,7 @@ #ifndef IOTHUB_CLIENT_VERSION_H #define IOTHUB_CLIENT_VERSION_H -#define IOTHUB_SDK_VERSION "1.1.4" +#define IOTHUB_SDK_VERSION "1.1.5" #include "azure_c_shared_utility/umock_c_prod.h" diff --git a/iothub_client/samples/iothub_client_sample_amqp/windows/iothub_client_sample_amqp.vcxproj b/iothub_client/samples/iothub_client_sample_amqp/windows/iothub_client_sample_amqp.vcxproj index 1beb21521b..806c9eb1cb 100644 --- a/iothub_client/samples/iothub_client_sample_amqp/windows/iothub_client_sample_amqp.vcxproj +++ b/iothub_client/samples/iothub_client_sample_amqp/windows/iothub_client_sample_amqp.vcxproj @@ -161,18 +161,18 @@ - - - - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_amqp/windows/packages.config b/iothub_client/samples/iothub_client_sample_amqp/windows/packages.config index 242b03bee6..ae558ea9d3 100644 --- a/iothub_client/samples/iothub_client_sample_amqp/windows/packages.config +++ b/iothub_client/samples/iothub_client_sample_amqp/windows/packages.config @@ -1,6 +1,6 @@ - - - - + + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_http/windows/iothub_client_sample_http.vcxproj b/iothub_client/samples/iothub_client_sample_http/windows/iothub_client_sample_http.vcxproj index ef65140c4a..fe0b80c6e4 100644 --- a/iothub_client/samples/iothub_client_sample_http/windows/iothub_client_sample_http.vcxproj +++ b/iothub_client/samples/iothub_client_sample_http/windows/iothub_client_sample_http.vcxproj @@ -158,16 +158,16 @@ - - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_http/windows/packages.config b/iothub_client/samples/iothub_client_sample_http/windows/packages.config index af89a69d6b..8333e24380 100644 --- a/iothub_client/samples/iothub_client_sample_http/windows/packages.config +++ b/iothub_client/samples/iothub_client_sample_http/windows/packages.config @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_http_shared/windows/iothub_client_sample_http.vcxproj b/iothub_client/samples/iothub_client_sample_http_shared/windows/iothub_client_sample_http.vcxproj index afeb50cd3e..7aff9b23c9 100644 --- a/iothub_client/samples/iothub_client_sample_http_shared/windows/iothub_client_sample_http.vcxproj +++ b/iothub_client/samples/iothub_client_sample_http_shared/windows/iothub_client_sample_http.vcxproj @@ -162,16 +162,16 @@ - - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_http_shared/windows/packages.config b/iothub_client/samples/iothub_client_sample_http_shared/windows/packages.config index af89a69d6b..8333e24380 100644 --- a/iothub_client/samples/iothub_client_sample_http_shared/windows/packages.config +++ b/iothub_client/samples/iothub_client_sample_http_shared/windows/packages.config @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_mqtt/windows/iothub_client_sample_mqtt.vcxproj b/iothub_client/samples/iothub_client_sample_mqtt/windows/iothub_client_sample_mqtt.vcxproj index 95067ea6b9..4c52863a32 100644 --- a/iothub_client/samples/iothub_client_sample_mqtt/windows/iothub_client_sample_mqtt.vcxproj +++ b/iothub_client/samples/iothub_client_sample_mqtt/windows/iothub_client_sample_mqtt.vcxproj @@ -185,18 +185,18 @@ - - - - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config b/iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config index bb07c3c24d..1ed94083b4 100644 --- a/iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config +++ b/iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config @@ -1,6 +1,6 @@ - - - - + + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/iothub_client_sample_http.vcxproj b/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/iothub_client_sample_http.vcxproj index 0fb5a9c679..17b5dbfc62 100644 --- a/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/iothub_client_sample_http.vcxproj +++ b/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/iothub_client_sample_http.vcxproj @@ -162,16 +162,16 @@ - - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/packages.config b/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/packages.config index af89a69d6b..8333e24380 100644 --- a/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/packages.config +++ b/iothub_client/samples/iothub_client_sample_upload_to_blob/windows/packages.config @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_x509/windows/iothub_client_sample_x509.vcxproj b/iothub_client/samples/iothub_client_sample_x509/windows/iothub_client_sample_x509.vcxproj index 329a92dfef..d9183694e5 100644 --- a/iothub_client/samples/iothub_client_sample_x509/windows/iothub_client_sample_x509.vcxproj +++ b/iothub_client/samples/iothub_client_sample_x509/windows/iothub_client_sample_x509.vcxproj @@ -159,16 +159,16 @@ - - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - + + + \ No newline at end of file diff --git a/iothub_client/samples/iothub_client_sample_x509/windows/packages.config b/iothub_client/samples/iothub_client_sample_x509/windows/packages.config index af89a69d6b..8333e24380 100644 --- a/iothub_client/samples/iothub_client_sample_x509/windows/packages.config +++ b/iothub_client/samples/iothub_client_sample_x509/windows/packages.config @@ -1,5 +1,5 @@ - - - + + + \ No newline at end of file diff --git a/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c b/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c index d95189a47e..59e409fc86 100644 --- a/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c +++ b/iothub_client/tests/iothubclient_ll_u2b_ut/iothub_client_ll_u2b_ut.c @@ -211,7 +211,7 @@ static const TRANSPORT_PROVIDER* provideFAKE(void); #define TEST_STRING_HANDLE_DEVICE_SAS ((STRING_HANDLE)0x2) #define TEST_API_VERSION "?api-version=2016-11-14" -#define TEST_IOTHUB_SDK_VERSION "1.1.4" +#define TEST_IOTHUB_SDK_VERSION "1.1.5" static const IOTHUB_CLIENT_CONFIG TEST_CONFIG_SAS = { diff --git a/iothub_client/tests/version_ut/version_ut.c b/iothub_client/tests/version_ut/version_ut.c index cf4aa012ee..53fd1d673e 100644 --- a/iothub_client/tests/version_ut/version_ut.c +++ b/iothub_client/tests/version_ut/version_ut.c @@ -8,7 +8,7 @@ BEGIN_TEST_SUITE(version_ut) TEST_FUNCTION(the_version_constant_has_the_expected_value) { - ASSERT_ARE_EQUAL(char_ptr, "1.1.4", IOTHUB_SDK_VERSION); + ASSERT_ARE_EQUAL(char_ptr, "1.1.5", IOTHUB_SDK_VERSION); } /*Tests_SRS_IOTHUBCLIENT_05_001: [IoTHubClient_GetVersionString shall return a pointer to a constant string which indicates the version of IoTHubClient API.]*/ diff --git a/serializer/samples/remote_monitoring/windows/packages.config b/serializer/samples/remote_monitoring/windows/packages.config index ec775579b8..430853a2b2 100644 --- a/serializer/samples/remote_monitoring/windows/packages.config +++ b/serializer/samples/remote_monitoring/windows/packages.config @@ -1,7 +1,7 @@ - - - - - + + + + + \ No newline at end of file diff --git a/serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj b/serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj index 3da50f867a..c549a3afe1 100644 --- a/serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj +++ b/serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj @@ -163,20 +163,20 @@ - - - - - + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/serializer/samples/simplesample_amqp/windows/packages.config b/serializer/samples/simplesample_amqp/windows/packages.config index ec775579b8..430853a2b2 100644 --- a/serializer/samples/simplesample_amqp/windows/packages.config +++ b/serializer/samples/simplesample_amqp/windows/packages.config @@ -1,7 +1,7 @@ - - - - - + + + + + \ No newline at end of file diff --git a/serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj b/serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj index e0adee3e53..fa9927c86c 100644 --- a/serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj +++ b/serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj @@ -180,19 +180,19 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + - - - - + + + + \ No newline at end of file diff --git a/serializer/samples/simplesample_http/windows/packages.config b/serializer/samples/simplesample_http/windows/packages.config index d201798fb9..511172ae21 100644 --- a/serializer/samples/simplesample_http/windows/packages.config +++ b/serializer/samples/simplesample_http/windows/packages.config @@ -1,6 +1,6 @@ - - - - + + + + \ No newline at end of file diff --git a/serializer/samples/simplesample_http/windows/simplesample_http.vcxproj b/serializer/samples/simplesample_http/windows/simplesample_http.vcxproj index 977bcf9ecd..fc18026c64 100644 --- a/serializer/samples/simplesample_http/windows/simplesample_http.vcxproj +++ b/serializer/samples/simplesample_http/windows/simplesample_http.vcxproj @@ -172,18 +172,18 @@ - - - - + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + \ No newline at end of file diff --git a/serializer/samples/simplesample_mqtt/windows/packages.config b/serializer/samples/simplesample_mqtt/windows/packages.config index 1d450f9609..cab16e46b6 100644 --- a/serializer/samples/simplesample_mqtt/windows/packages.config +++ b/serializer/samples/simplesample_mqtt/windows/packages.config @@ -1,7 +1,7 @@ - - - - - + + + + + \ No newline at end of file diff --git a/serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj b/serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj index c30d27ac01..4f8a618a0e 100644 --- a/serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj +++ b/serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj @@ -164,20 +164,20 @@ - - - - - + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - + + + + + \ No newline at end of file diff --git a/serializer/samples/temp_sensor_anomaly/windows/packages.config b/serializer/samples/temp_sensor_anomaly/windows/packages.config index d201798fb9..511172ae21 100644 --- a/serializer/samples/temp_sensor_anomaly/windows/packages.config +++ b/serializer/samples/temp_sensor_anomaly/windows/packages.config @@ -1,6 +1,6 @@ - - - - + + + + \ No newline at end of file diff --git a/serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj b/serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj index f73f1ff3d0..bfff8a9f00 100644 --- a/serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj +++ b/serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj @@ -168,17 +168,17 @@ - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - + + + + - - - + + + \ No newline at end of file diff --git a/uamqp b/uamqp index a9f6c783ec..4f7cb492cf 160000 --- a/uamqp +++ b/uamqp @@ -1 +1 @@ -Subproject commit a9f6c783ec75e0d7cb95f6c205d185fb3e4c9cc4 +Subproject commit 4f7cb492cf6cc87807ef279101e39d3cf300cf86 diff --git a/umqtt b/umqtt index 5c41c449bd..2b718440d7 160000 --- a/umqtt +++ b/umqtt @@ -1 +1 @@ -Subproject commit 5c41c449bdef44686622a506c7d32a768847224c +Subproject commit 2b718440d718a0f7e28dd70f9e4fd6d14c61d4b7