-
Notifications
You must be signed in to change notification settings - Fork 621
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update C samples to use the latest nuget packages
- Loading branch information
Pierre Cauchois
committed
Mar 28, 2016
1 parent
9ecc15f
commit 35e5033
Showing
10 changed files
with
40 additions
and
40 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
c/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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.3" targetFramework="native" /> | ||
</packages> |
6 changes: 3 additions & 3 deletions
6
c/iothub_client/samples/iothub_client_sample_amqp_websockets/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.IoTHub.AmqpTransport" version="1.0.0-preview-003" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.0-preview-003" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.0-preview-003" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
</packages> |
6 changes: 3 additions & 3 deletions
6
c/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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
</packages> |
6 changes: 3 additions & 3 deletions
6
c/iothub_client/samples/iothub_client_sample_http_shared/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.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
</packages> |
8 changes: 4 additions & 4 deletions
8
c/iothub_client/samples/iothub_client_sample_mqtt/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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.MqttTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.umqtt" version="1.0.1" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.MqttTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.umqtt" version="1.0.2" targetFramework="native" /> | ||
</packages> |
10 changes: 5 additions & 5 deletions
10
c/serializer/samples/remote_monitoring/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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.3" targetFramework="native" /> | ||
</packages> |
10 changes: 5 additions & 5 deletions
10
c/serializer/samples/simplesample_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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.AmqpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.uamqp" version="1.0.3" targetFramework="native" /> | ||
</packages> |
8 changes: 4 additions & 4 deletions
8
c/serializer/samples/simplesample_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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.4" targetFramework="native" /> | ||
</packages> |
10 changes: 5 additions & 5 deletions
10
c/serializer/samples/simplesample_mqtt/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,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.MqttTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.umqtt" version="1.0.1" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.MqttTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.umqtt" version="1.0.2" targetFramework="native" /> | ||
</packages> |
8 changes: 4 additions & 4 deletions
8
c/serializer/samples/temp_sensor_anomaly/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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.C.SharedUtility" version="1.0.3" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.HttpTransport" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.4" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.Serializer" version="1.0.4" targetFramework="native" /> | ||
</packages> |