diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec index 8d78cc6873..3e1326ed7f 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.12 + 1.1.13 Microsoft Azure IoTHub AMQP transport Apache Software Foundation, Microsoft Corp Azure-IoT @@ -16,7 +16,7 @@ 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 89e11c4a5e..2ba0c6236a 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.12 + 1.1.13 Microsoft Azure IoTHub HTTP transport Microsoft Corp Azure-IoT @@ -15,7 +15,7 @@ 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 c3b3c8513e..9293175187 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.12 + 1.1.13 Microsoft Azure IoTHub IoTHubClient Microsoft Corp Azure-IoT diff --git a/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec b/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec index 70a0b05906..703b5311ea 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.12 + 1.1.13 Microsoft Azure IoTHub MQTT transport Microsoft Corp Azure-IoT @@ -15,7 +15,7 @@ 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 618cd7448f..bd0741e8e5 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.12 + 1.1.13 Microsoft Azure IoTHub Serializer Microsoft Corp Azure-IoT 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 4780553e03..e6c00695e7 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 @@ -162,17 +162,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/iothub_client/samples/iothub_client_sample_amqp/windows/packages.config b/iothub_client/samples/iothub_client_sample_amqp/windows/packages.config index ca5e7f93e3..c1ce67f833 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 2d1d255e68..7308cff3ee 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 @@ -159,15 +159,15 @@ - - + + 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 52453be6cc..b825f0a789 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 4a622426b4..8f1106e2ec 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 @@ -163,15 +163,15 @@ - - + + 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 52453be6cc..b825f0a789 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 96b2665777..c6398f03ef 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 @@ -186,17 +186,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/iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config b/iothub_client/samples/iothub_client_sample_mqtt/windows/packages.config index 132bc7a314..b0ee221695 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 0b302b87da..b0b7e860c5 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 @@ -163,15 +163,15 @@ - - + + 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 52453be6cc..b825f0a789 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 7d93d456f9..c1fb66a67d 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 @@ -160,15 +160,15 @@ - - + + 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 52453be6cc..b825f0a789 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/serializer/samples/remote_monitoring/windows/packages.config b/serializer/samples/remote_monitoring/windows/packages.config index 6fd2950ea9..221bc871a9 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 1d4b793b26..d0bfc23cf1 100644 --- a/serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj +++ b/serializer/samples/remote_monitoring/windows/remote_monitoring.vcxproj @@ -164,19 +164,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_amqp/windows/packages.config b/serializer/samples/simplesample_amqp/windows/packages.config index 6fd2950ea9..221bc871a9 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 37ee739d44..c60baf36c9 100644 --- a/serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj +++ b/serializer/samples/simplesample_amqp/windows/simplesample_amqp.vcxproj @@ -186,13 +186,13 @@ 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 b267d9774d..b1f98eb121 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 6065f2887f..5f67a5108a 100644 --- a/serializer/samples/simplesample_http/windows/simplesample_http.vcxproj +++ b/serializer/samples/simplesample_http/windows/simplesample_http.vcxproj @@ -173,17 +173,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/serializer/samples/simplesample_mqtt/windows/packages.config b/serializer/samples/simplesample_mqtt/windows/packages.config index 16d67beb02..4ccd88847f 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 46768820ea..d4b6e62459 100644 --- a/serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj +++ b/serializer/samples/simplesample_mqtt/windows/simplesample_mqtt.vcxproj @@ -165,19 +165,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/temp_sensor_anomaly/windows/packages.config b/serializer/samples/temp_sensor_anomaly/windows/packages.config index b267d9774d..b1f98eb121 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 5a41530507..a59102be53 100644 --- a/serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj +++ b/serializer/samples/temp_sensor_anomaly/windows/temp_sensor_anomaly.vcxproj @@ -174,11 +174,11 @@ 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