-
Notifications
You must be signed in to change notification settings - Fork 623
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 C transport nugets, bump version script updates (rel…
…ease 2016-03-11)
- Loading branch information
1 parent
43154f9
commit 937642c
Showing
12 changed files
with
28 additions
and
36 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
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
2 changes: 1 addition & 1 deletion
2
c/build_all/packaging/windows/Microsoft.Azure.IoTHub.AmqpTransport.nuspec
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
c/build_all/packaging/windows/Microsoft.Azure.IoTHub.HttpTransport.nuspec
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
c/build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec
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
c/build_all/packaging/windows/Microsoft.Azure.IoTHub.MqttTransport.nuspec
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
c/build_all/packaging/windows/Microsoft.Azure.IoTHub.Serializer.nuspec
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
4 changes: 2 additions & 2 deletions
4
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.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.1" 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" /> | ||
</packages> |
4 changes: 2 additions & 2 deletions
4
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.2" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.IoTHubClient" version="1.0.1" 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" /> | ||
</packages> |
4 changes: 2 additions & 2 deletions
4
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.1" targetFramework="native" /> | ||
<package id="Microsoft.Azure.IoTHub.MqttTransport" 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" /> | ||
</packages> |