From 7116519d0911ce686ec70d839b0b8fa23a790cdf Mon Sep 17 00:00:00 2001 From: John Spaith Date: Fri, 19 May 2017 15:10:03 -0700 Subject: [PATCH] release_2017_05_19_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 296f479efe..36d6141ef6 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.14) +set(IOT_SDK_VERSION 1.1.15) 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 0249016dd9..52c10fc7be 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.32 +version=1.0.33 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 c702b6e243..9581a0097d 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.32 +version=1.0.33 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 b036fe7027..7733c5c9a8 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.32 +version=1.0.33 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 6cfa9eb74b..a28648be78 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.32 +version=1.0.33 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 065e776e71..1b0f62f906 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.14 +PROJECT_NUMBER = 1.1.15 # 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 235c8d464a..67ad3c290f 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-22trusty) trusty; urgency=low +azure-iot-sdk-c (0.1.0-23trusty) 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 8a5c6b91c2..629a053336 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-43vivid) vivid; urgency=low +azure-iot-sdk-c (0.1.0-44vivid) 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 db88b9751c..fb3f0efe27 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-18xenial) xenial; urgency=low +azure-iot-sdk-c (0.1.0.0-19xenial) 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 2bcc6b163b..eea68bd0da 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.15 + 1.1.16 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 062de4e161..6077355467 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.15 + 1.1.16 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 0f811e764c..a62fc4f8a3 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.15 + 1.1.16 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 34453eaecb..27eb1f4ec2 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.15 + 1.1.16 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 3fcc6373ee..f6a1e6d31f 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.15 + 1.1.16 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 b7b93eada2..65470162d6 160000 --- a/c-utility +++ b/c-utility @@ -1 +1 @@ -Subproject commit b7b93eada2b3d3ba364b08673c113bfc0af7de33 +Subproject commit 65470162d6dc4a8c3c9badf74ac509945c080bd9 diff --git a/iothub_client/inc/iothub_client_version.h b/iothub_client/inc/iothub_client_version.h index 2a90570201..6dead637f8 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.14" +#define IOTHUB_SDK_VERSION "1.1.15" #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 b96576047e..dc31b7b061 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 5b6ec943dc..b1492a66c9 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 36a9a78f4b..9feead8504 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 699d7d6fc4..9e3dc563f3 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 32b04bc66e..ce1229a04c 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 699d7d6fc4..9e3dc563f3 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 e9fdd3f021..f9f14395cd 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 2fe605e377..aa346b252c 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 7905d8aaf4..e798ba52ec 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 699d7d6fc4..9e3dc563f3 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 180e778118..508ec91264 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 699d7d6fc4..9e3dc563f3 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 601bdb8c46..4962572826 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.14" +#define TEST_IOTHUB_SDK_VERSION "1.1.15" 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 18a1317950..970c358e60 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.14", IOTHUB_SDK_VERSION); + ASSERT_ARE_EQUAL(char_ptr, "1.1.15", 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 104320b84a..ac31ca6a64 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 7fd6c861ad..2b1d536e46 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 104320b84a..ac31ca6a64 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 0a3ff3e062..b4e3771e33 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 db9ad643c9..f781f1586f 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 de0e9bb1a5..5f12a5b3ab 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 846122edbf..62b3024857 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 16e3e87818..2e433c5e90 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 db9ad643c9..f781f1586f 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 1f9fd3707a..8cadec2673 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 2badf65f45..8c849749dc 160000 --- a/uamqp +++ b/uamqp @@ -1 +1 @@ -Subproject commit 2badf65f45c952bd4449a578423e1ca3aa265a55 +Subproject commit 8c849749dc5ae9903d98e578e04fe5ea793283f2 diff --git a/umqtt b/umqtt index d6b6f237fb..0d8b2d4abf 160000 --- a/umqtt +++ b/umqtt @@ -1 +1 @@ -Subproject commit d6b6f237fbc13ea10d1d6357205717206419803f +Subproject commit 0d8b2d4abf3403a77037b3ad54846372964ae370