From b71fb3651d7660551a2079b8c8a75b9803e2d7aa Mon Sep 17 00:00:00 2001 From: Andrei Porumb Date: Fri, 24 Feb 2017 09:32:34 -0800 Subject: [PATCH] release_2017_02_24_after_bump_version --- CMakeLists.txt | 2 +- .../AzureIoTHub/library.properties | 2 +- .../AzureIoTProtocol_HTTP/library.properties | 2 +- .../AzureIoTProtocol_MQTT/library.properties | 2 +- .../AzureIoTUtility/library.properties | 2 +- build_all/docs/Doxyfile | 2 +- .../packaging/linux/debian/changelog-trusty | 2 +- .../packaging/linux/debian/changelog-vivid | 2 +- .../packaging/linux/debian/changelog-xenial | 2 +- ...icrosoft.Azure.IoTHub.AmqpTransport.nuspec | 8 ++++---- ...icrosoft.Azure.IoTHub.HttpTransport.nuspec | 6 +++--- ...Microsoft.Azure.IoTHub.IoTHubClient.nuspec | 4 ++-- ...icrosoft.Azure.IoTHub.MqttTransport.nuspec | 8 ++++---- .../Microsoft.Azure.IoTHub.Serializer.nuspec | 4 ++-- c-utility | 2 +- iothub_client/inc/iothub_client_version.h | 2 +- .../windows/iothub_client_sample_amqp.vcxproj | 16 +++++++-------- .../windows/packages.config | 8 ++++---- .../windows/iothub_client_sample_http.vcxproj | 12 +++++------ .../windows/packages.config | 6 +++--- .../windows/iothub_client_sample_http.vcxproj | 12 +++++------ .../windows/packages.config | 6 +++--- .../windows/iothub_client_sample_mqtt.vcxproj | 16 +++++++-------- .../windows/packages.config | 8 ++++---- .../windows/iothub_client_sample_http.vcxproj | 12 +++++------ .../windows/packages.config | 6 +++--- .../windows/iothub_client_sample_x509.vcxproj | 12 +++++------ .../windows/packages.config | 6 +++--- .../iothub_client_ll_u2b_ut.c | 2 +- iothub_client/tests/version_ut/version_ut.c | 2 +- .../remote_monitoring/windows/packages.config | 10 +++++----- .../windows/remote_monitoring.vcxproj | 20 +++++++++---------- .../simplesample_amqp/windows/packages.config | 10 +++++----- .../windows/simplesample_amqp.vcxproj | 20 +++++++++---------- .../simplesample_http/windows/packages.config | 8 ++++---- .../windows/simplesample_http.vcxproj | 16 +++++++-------- .../simplesample_mqtt/windows/packages.config | 10 +++++----- .../windows/simplesample_mqtt.vcxproj | 20 +++++++++---------- .../windows/packages.config | 8 ++++---- .../windows/temp_sensor_anomaly.vcxproj | 16 +++++++-------- uamqp | 2 +- umqtt | 2 +- 42 files changed, 159 insertions(+), 159 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ade663818c..1ab81ce7f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.11) project(azure_iot_sdks) -set(IOT_SDK_VERSION 1.1.7) +set(IOT_SDK_VERSION 1.1.8) if(POLICY CMP0042) cmake_policy(SET CMP0042 NEW) diff --git a/build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties b/build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties index df3899fb21..a5d36e5caf 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.25 +version=1.0.26 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 9ce2b99870..c49f370b40 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.25 +version=1.0.26 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 19811d8072..3eb178064f 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.25 +version=1.0.26 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 64bf324b97..da2003f223 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.25 +version=1.0.26 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/docs/Doxyfile b/build_all/docs/Doxyfile index 56933e6195..5d2955bd84 100644 --- a/build_all/docs/Doxyfile +++ b/build_all/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Device SDK for C" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.1.7 +PROJECT_NUMBER = 1.1.8 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/build_all/packaging/linux/debian/changelog-trusty b/build_all/packaging/linux/debian/changelog-trusty index f14133d014..0905664040 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-15trusty) trusty; urgency=low +azure-iot-sdk-c (0.1.0-16trusty) trusty; urgency=low * See https://github.com/Azure/azure-iot-sdk-c/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 09d9af4bbd..608a111397 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-36vivid) vivid; urgency=low +azure-iot-sdk-c (0.1.0-37vivid) vivid; urgency=low * See https://github.com/Azure/azure-iot-sdk-c/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 2c4beae492..393947f8df 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-11xenial) xenial; urgency=low +azure-iot-sdk-c (0.1.0.0-12xenial) xenial; urgency=low * See https://github.com/Azure/azure-iot-sdk-c/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 fb27628350..d616ccc15f 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.7 + 1.1.8 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 fc32aaa75e..d55ec0d82f 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.7 + 1.1.8 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 903b1403c6..d8d592ad1a 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.7 + 1.1.8 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 d2eda19acd..d915ccfe97 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.7 + 1.1.8 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 f29bdea000..cd789680c5 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.7 + 1.1.8 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 4461e2b09d..08c4bae260 160000 --- a/c-utility +++ b/c-utility @@ -1 +1 @@ -Subproject commit 4461e2b09dd9e854865a53a22da894b1b21235d1 +Subproject commit 08c4bae260cf86a6b00fc40d58d6ddb895522b9a diff --git a/iothub_client/inc/iothub_client_version.h b/iothub_client/inc/iothub_client_version.h index 58ca841978..8a2a137aa5 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.7" +#define IOTHUB_SDK_VERSION "1.1.8" #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 bbd1a034ba..5b03bce53b 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 2bb3a6f66f..0ef91f11a9 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 3141799647..9f7a53ece3 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 d766ee1ded..cd527a06a0 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 829a9a5e9e..0614807cdd 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 d766ee1ded..cd527a06a0 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 e3978d3d3e..560eddf3cf 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 835731198f..85c25e1319 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 679db51a07..50ddcfedeb 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 d766ee1ded..cd527a06a0 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 043eb5bb17..7d68b378f4 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 d766ee1ded..cd527a06a0 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 7cf4aea28a..650dfeb4b7 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 @@ -230,7 +230,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.7" +#define TEST_IOTHUB_SDK_VERSION "1.1.8" 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 4b5ac05b82..d8b8a18596 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.7", IOTHUB_SDK_VERSION); + ASSERT_ARE_EQUAL(char_ptr, "1.1.8", 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 3d3a838d37..19827cadd8 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 bb477f5eeb..080a70cbf5 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 3d3a838d37..19827cadd8 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 793b54811a..e0b890020f 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 d0c1593ef1..09732c7d99 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 fff96652ef..c26f41a15b 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 c527347c2f..aace49f69e 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 46d2b182a8..bb1730d2d8 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 d0c1593ef1..09732c7d99 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 03de589d8e..7f555d236b 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 3a639bd3bf..806416adf9 160000 --- a/uamqp +++ b/uamqp @@ -1 +1 @@ -Subproject commit 3a639bd3bf6e58603a0c73178cbaff39dcdb9982 +Subproject commit 806416adf9b45f3f8407c965189f219a8bbd9379 diff --git a/umqtt b/umqtt index dc27a1c3fb..20af9ec4e9 160000 --- a/umqtt +++ b/umqtt @@ -1 +1 @@ -Subproject commit dc27a1c3fbe5160058bfccbf45e6e14864a2c47e +Subproject commit 20af9ec4e997dd3baf0563b2cfafcf28156b7309