Skip to content

Commit

Permalink
release_2017_08_25_after_bump_version
Browse files Browse the repository at this point in the history
  • Loading branch information
zolvarga committed Aug 25, 2017
1 parent a22aeb5 commit 12c6ecc
Show file tree
Hide file tree
Showing 46 changed files with 163 additions and 163 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cmake_minimum_required(VERSION 2.8.11)
project(azure_iot_sdks)

set(IOT_SDK_VERSION 1.1.21)
set(IOT_SDK_VERSION 1.1.22)

if(POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AzureIoTHub
version=1.0.39
version=1.0.40
author=Arduino
maintainer=Microsoft <iotcert@microsoft.com>
sentence=Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
#include "sdk/iothubtransporthttp.h"
#include "sdk/iothubtransportmqtt.h"

#define AzureIoTHubVersion "1.0.39"
#define AzureIoTHubVersion "1.0.40"
#endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AzureIoTProtocol_HTTP
version=1.0.39
version=1.0.40
author=Microsoft
maintainer=Microsoft <iotcert@microsoft.com>
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#ifndef AZUREIOTPROTOCOLHTTP_H
#define AZUREIOTPROTOCOLHTTP_H

#define AzureIoTProtocolHTTPVersion "1.0.39"
#define AzureIoTProtocolHTTPVersion "1.0.40"

#endif //AZUREIOTPROTOCOLHTTP_H
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AzureIoTProtocol_MQTT
version=1.0.39
version=1.0.40
author=Microsoft
maintainer=Microsoft <iotcert@microsoft.com>
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

#include "azure_umqtt_c/mqtt_client.h"

#define AzureIoTProtocolMQTTVersion "1.0.39"
#define AzureIoTProtocolMQTTVersion "1.0.40"

#endif //AZUREIOTPROTOCOLMQTT_H
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=AzureIoTUtility
version=1.0.39
version=1.0.40
author=Microsoft
maintainer=Microsoft <iotcert@microsoft.com>
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#include "azure_c_shared_utility/lock.h"
#include "azure_c_shared_utility/threadapi.h"

#define AzureIoTUtilityVersion "1.0.39"
#define AzureIoTUtilityVersion "1.0.40"

#endif //AZUREIOTUTILITY_H
2 changes: 1 addition & 1 deletion build_all/docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.21
PROJECT_NUMBER = 1.1.22

# 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
Expand Down
2 changes: 1 addition & 1 deletion build_all/packaging/linux/debian/changelog-trusty
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-iot-sdk-c (0.1.0-29trusty) trusty; urgency=low
azure-iot-sdk-c (0.1.0-30trusty) trusty; urgency=low

* See https://github.com/Azure/azure-iot-sdk-c/releases for details of the release

Expand Down
2 changes: 1 addition & 1 deletion build_all/packaging/linux/debian/changelog-vivid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-iot-sdk-c (0.1.0-50vivid) vivid; urgency=low
azure-iot-sdk-c (0.1.0-51vivid) vivid; urgency=low

* See https://github.com/Azure/azure-iot-sdk-c/releases for details of the release

Expand Down
2 changes: 1 addition & 1 deletion build_all/packaging/linux/debian/changelog-xenial
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
azure-iot-sdk-c (0.1.0.0-25xenial) xenial; urgency=low
azure-iot-sdk-c (0.1.0.0-26xenial) xenial; urgency=low

* See https://github.com/Azure/azure-iot-sdk-c/releases for details of the release

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.IoTHub.AmqpTransport</id>
<version>1.1.22</version>
<version>1.1.23</version>
<title>Microsoft Azure IoTHub AMQP transport</title>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Azure/azure-iot-sdk-c/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,9 +15,9 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>AMQP Microsoft Azure IoT Native x86 x64 arm native package</tags>
<dependencies>
<dependency id="Microsoft.Azure.Uamqp" version="1.0.41"/>
<dependency id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.22"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.41"/>
<dependency id="Microsoft.Azure.Uamqp" version="1.0.42"/>
<dependency id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.23"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.42"/>
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.IoTHub.HttpTransport</id>
<version>1.1.22</version>
<version>1.1.23</version>
<title>Microsoft Azure IoTHub HTTP transport</title>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Azure/azure-iot-sdk-c/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,8 +15,8 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>HTTP Microsoft Azure IoT Native x86 x64 arm native package</tags>
<dependencies>
<dependency id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.22"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.41"/>
<dependency id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.23"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.42"/>
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.IoTHub.IoTHubClient</id>
<version>1.1.22</version>
<version>1.1.23</version>
<title>Microsoft Azure IoTHub IoTHubClient</title>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Azure/azure-iot-sdk-c/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,7 +15,7 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Azure IoT Native x86 x64 arm native package IoTHubClient</tags>
<dependencies>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.41"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.42"/>
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.IoTHub.MqttTransport</id>
<version>1.1.22</version>
<version>1.1.23</version>
<title>Microsoft Azure IoTHub MQTT transport</title>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Azure/azure-iot-sdk-c/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,9 +15,9 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>MQTT Microsoft Azure IoT Native x86 x64 arm native package</tags>
<dependencies>
<dependency id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.22"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.41"/>
<dependency id="Microsoft.Azure.umqtt" version="1.0.41"/>
<dependency id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.23"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.42"/>
<dependency id="Microsoft.Azure.umqtt" version="1.0.42"/>
</dependencies>
</metadata>
<files>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Microsoft.Azure.IoTHub.Serializer</id>
<version>1.1.22</version>
<version>1.1.23</version>
<title>Microsoft Azure IoTHub Serializer</title>
<authors>Microsoft</authors>
<licenseUrl>https://github.com/Azure/azure-iot-sdk-c/blob/master/LICENSE</licenseUrl>
Expand All @@ -15,7 +15,7 @@
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>Microsoft Azure IoT Native x86 x64 arm native package</tags>
<dependencies>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.41"/>
<dependency id="Microsoft.Azure.C.SharedUtility" version="1.0.42"/>
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion iothub_client/inc/iothub_client_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#ifndef IOTHUB_CLIENT_VERSION_H
#define IOTHUB_CLIENT_VERSION_H

#define IOTHUB_SDK_VERSION "1.1.21"
#define IOTHUB_SDK_VERSION "1.1.22"

#include "azure_c_shared_utility/umock_c_prod.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,18 +161,18 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets" Condition="Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" />
<Import Project="packages\Microsoft.Azure.uamqp.1.0.41\build\native\Microsoft.Azure.uamqp.targets" Condition="Exists('packages\Microsoft.Azure.uamqp.1.0.41\build\native\Microsoft.Azure.uamqp.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets')" />
<Import Project="packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets" Condition="Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" />
<Import Project="packages\Microsoft.Azure.uamqp.1.0.42\build\native\Microsoft.Azure.uamqp.targets" Condition="Exists('packages\Microsoft.Azure.uamqp.1.0.42\build\native\Microsoft.Azure.uamqp.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.uamqp.1.0.41\build\native\Microsoft.Azure.uamqp.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.uamqp.1.0.41\build\native\Microsoft.Azure.uamqp.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.uamqp.1.0.42\build\native\Microsoft.Azure.uamqp.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.uamqp.1.0.42\build\native\Microsoft.Azure.uamqp.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.AmqpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.AmqpTransport.targets'))" />
</Target>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?><packages>
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.41" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.1.22" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.22" targetFramework="native"/>
<package id="Microsoft.Azure.uamqp" version="1.0.41" targetFramework="native"/>
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.42" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.1.23" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.23" targetFramework="native"/>
<package id="Microsoft.Azure.uamqp" version="1.0.42" targetFramework="native"/>
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -158,16 +158,16 @@
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
<Import Project="packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets" Condition="Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets')" />
<Import Project="packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets" Condition="Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" />
<Import Project="packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets" Condition="Exists('packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets')" />
</ImportGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>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}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.C.SharedUtility.1.0.41\build\native\Microsoft.Azure.C.SharedUtility.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.22\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.22\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.C.SharedUtility.1.0.42\build\native\Microsoft.Azure.C.SharedUtility.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.IoTHubClient.1.1.23\build\native\Microsoft.Azure.IoTHub.IoTHubClient.targets'))" />
<Error Condition="!Exists('packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Azure.IoTHub.HttpTransport.1.1.23\build\native\Microsoft.Azure.IoTHub.HttpTransport.targets'))" />
</Target>
</Project>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?><packages>
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.41" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.1.22" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.22" targetFramework="native"/>
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.42" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.1.23" targetFramework="native"/>
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.23" targetFramework="native"/>
</packages>
Loading

0 comments on commit 12c6ecc

Please sign in to comment.