-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump for 2017-01-20 release of Azure IoT SDK for C.
- Loading branch information
1 parent
2752e6c
commit 2148c13
Showing
41 changed files
with
167 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
build_all/arduino_cc/base-libraries/AzureIoTHub/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=AzureIoTHub | ||
version=1.0.22 | ||
version=1.0.23 | ||
author=Arduino | ||
maintainer=Microsoft <[email protected]> | ||
sentence=Azure IoT library for Arduino. For the Arduino MKR1000 or Zero and WiFi Shield 101, Adafruit Huzzah and Feather M0, or SparkFun Thing. | ||
|
2 changes: 1 addition & 1 deletion
2
build_all/arduino_cc/base-libraries/AzureIoTProtocol_HTTP/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=AzureIoTProtocol_HTTP | ||
version=1.0.22 | ||
version=1.0.23 | ||
author=Microsoft | ||
maintainer=Microsoft <[email protected]> | ||
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. | ||
|
2 changes: 1 addition & 1 deletion
2
build_all/arduino_cc/base-libraries/AzureIoTProtocol_MQTT/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=AzureIoTProtocol_MQTT | ||
version=1.0.22 | ||
version=1.0.23 | ||
author=Microsoft | ||
maintainer=Microsoft <[email protected]> | ||
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. | ||
|
2 changes: 1 addition & 1 deletion
2
build_all/arduino_cc/base-libraries/AzureIoTUtility/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=AzureIoTUtility | ||
version=1.0.22 | ||
version=1.0.23 | ||
author=Microsoft | ||
maintainer=Microsoft <[email protected]> | ||
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
iothub_client/samples/iothub_client_sample_amqp/windows/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.24" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.1.4" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.4" targetFramework="native"/> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.24" targetFramework="native"/> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.25" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.1.5" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.5" targetFramework="native"/> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.25" targetFramework="native"/> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
iothub_client/samples/iothub_client_sample_http/windows/packages.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.24" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.1.4" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.4" targetFramework="native"/> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.25" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.1.5" targetFramework="native"/> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.1.5" targetFramework="native"/> | ||
</packages> |
Oops, something went wrong.