Skip to content

Commit f462298

Browse files
committed
bump version for release 2/16/2016
1 parent 368752e commit f462298

File tree

37 files changed

+86
-85
lines changed

37 files changed

+86
-85
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
# Declare files that will always have LF line endings on checkout. E.g.,
1414
*.sh text eol=lf
15+
*.json text eol=lf
1516

1617
# Denote all files that should not have line endings normalized, should not be
1718
# merged, and should not show in a textual diff.

build/docs/Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Device SDK for C"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.0.0
41+
PROJECT_NUMBER = 1.0.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a
+17-17
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
22
"c": {
3-
"device": "1.0.0"
3+
"device": "1.0.1"
44
},
55
"c_nuget": {
6-
"device": "1.0.0"
6+
"device": "1.0.1"
77
},
88
"csharp": {
9-
"device": "1.0.1",
10-
"service": "1.0.0"
9+
"device": "1.0.2",
10+
"service": "1.0.1"
1111
},
1212
"java": {
13-
"device": "1.0.0",
14-
"service": "1.0.0"
13+
"device": "1.0.1",
14+
"service": "1.0.1"
1515
},
1616
"node": {
17-
"common": "1.0.0",
18-
"amqp-base": "1.0.0",
19-
"http-base": "1.0.0",
20-
"mqtt-base": "1.0.0",
21-
"device": "1.0.0",
22-
"device-amqp": "1.0.0",
23-
"device-amqp-ws": "1.0.0",
24-
"device-http": "1.0.0",
25-
"device-mqtt": "1.0.0",
26-
"service": "1.0.0"
17+
"common": "1.0.1",
18+
"amqp-base": "1.0.1",
19+
"http-base": "1.0.1",
20+
"mqtt-base": "1.0.1",
21+
"device": "1.0.1",
22+
"device-amqp": "1.0.1",
23+
"device-amqp-ws": "1.0.1",
24+
"device-http": "1.0.1",
25+
"device-mqtt": "1.0.1",
26+
"service": "1.0.1"
2727
},
2828
"iothub-explorer": "1.0.0",
2929
"device-explorer": "1.0.0",
30-
"github-release": "v1.0.0"
30+
"github-release": "v1.0.1"
3131
}

build/release/release_mbed_project.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ echo Pushing changes to repo '%project_name%'...
6161
hg addremove
6262
if %errorlevel% neq 0 goto :eof
6363

64-
hg commit -u "%MBED_HG_USER%" -m "1.0.0"
64+
hg commit -u "%MBED_HG_USER%" -m "1.0.1"
6565

6666
hg push --insecure https://%MBED_USER%:%MBED_PWD%@developer.mbed.org/users/%MBED_USER%/code/%project_name%/
6767

c/build_all/packaging/windows/Microsoft.Azure.IoTHub.IoTHubClient.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?><package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
22
<metadata>
33
<id>Microsoft.Azure.IoTHub.IoTHubClient</id>
4-
<version>1.0.0</version>
4+
<version>1.0.1</version>
55
<title>Microsoft Azure IoTHub IoTHubClient</title>
66
<authors>Microsoft Corp</authors>
77
<owners>Azure-IoT</owners>

c/iothub_client/inc/iothub_client_version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef IOTHUB_CLIENT_VERSION_H
99
#define IOTHUB_CLIENT_VERSION_H
1010

11-
#define IOTHUB_SDK_VERSION "1.0.0"
11+
#define IOTHUB_SDK_VERSION "1.0.1"
1212

1313
#ifdef __cplusplus
1414
extern "C"

c/iothub_client/tests/version_unittests/version_unittests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN_TEST_SUITE(version_unittests)
1313

1414
TEST_FUNCTION(the_version_constant_has_the_expected_value)
1515
{
16-
ASSERT_ARE_EQUAL(char_ptr, "1.0.0", IOTHUB_SDK_VERSION);
16+
ASSERT_ARE_EQUAL(char_ptr, "1.0.1", IOTHUB_SDK_VERSION);
1717
}
1818

1919
/*Tests_SRS_IOTHUBCLIENT_05_001: [IoTHubClient_GetVersionString shall return a pointer to a constant string which indicates the version of IoTHubClient API.]*/

csharp/device/Microsoft.Azure.Devices.Client.WinRT/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
// Version information for an assembly follows semantic versioning 1.0.0 (because
3030
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
31-
[assembly: AssemblyInformationalVersion("1.0.0")]
31+
[assembly: AssemblyInformationalVersion("1.0.2")]

csharp/service/Microsoft.Azure.Devices/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
// Version information for an assembly follows semantic versioning 1.0.0 (because
2727
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
28-
[assembly: AssemblyInformationalVersion("1.0.0")]
28+
[assembly: AssemblyInformationalVersion("1.0.1")]
2929

3030
#if (RELEASE_DELAY_SIGN)
3131
[assembly: AssemblyDelaySignAttribute(true)]

java/device/iothub-java-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1414
<artifactId>iothub-java-client-with-samples</artifactId>
15-
<version>1.0.0</version>
15+
<version>1.0.1</version>
1616
</parent>
1717
<properties>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/iothub-java-client/src/main/java/com/microsoft/azure/iothub/transport/TransportUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
public class TransportUtils
77
{
88
public static String javaDeviceClientIdentifier = "com.microsoft.azure.iothub-java-client/";
9-
public static String clientVersion = "1.0.0";
9+
public static String clientVersion = "1.0.1";
1010
}

java/device/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.iothub-java-client</groupId>
44
<artifactId>iothub-java-client-with-samples</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<name>IoT Hub Java Client With Samples</name>
77
<packaging>pom</packaging>
88
<developers>

java/device/samples/handle-messages/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1414
<artifactId>iothub-java-client-with-samples</artifactId>
15-
<version>1.0.0</version>
15+
<version>1.0.1</version>
1616
</parent>
1717
<modules>
1818
<module>send-event</module>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.microsoft.azure.iothub-java-client</groupId>
2626
<artifactId>iothub-java-client</artifactId>
27-
<version>1.0.0</version>
27+
<version>1.0.1</version>
2828
</dependency>
2929
</dependencies>
3030
<build>

java/device/samples/send-event/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/samples/send-receive-sample/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
</parent>
1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

java/device/samples/send-serialized-event/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.microsoft.azure.iothub-java-client</groupId>
1313
<artifactId>samples</artifactId>
14-
<version>1.0.0</version>
14+
<version>1.0.1</version>
1515
</parent>
1616
<dependencies>
1717
<dependency>

java/service/iothub-service-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
44
<artifactId>iothub-service-sdk</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<name>IotHub Java Service SDK</name>
77
<description>The Microsoft Azure IoT Service SDK for Java</description>
88
<developers>

java/service/iothub-service-sdk/src/main/java/com/microsoft/azure/iot/service/transport/TransportUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
public class TransportUtils
77
{
88
public static String javaServiceClientIdentifier = "com.microsoft.azure.iothub.service.sdk/";
9-
public static String serviceVersion = "1.0.0";
9+
public static String serviceVersion = "1.0.1";
1010
}

java/service/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
44
<artifactId>iothub-service-sdk-with-samples</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<name>IoT Hub Java Service SDK With Samples</name>
77
<packaging>pom</packaging>
88
<developers>

java/service/samples/device-manager-sample/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
44
<artifactId>DeviceManagerSample</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<name>Device Manager Sample</name>
77
<developers>
88
<developer>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
4646
<artifactId>iothub-service-sdk</artifactId>
47-
<version>1.0.0</version>
47+
<version>1.0.1</version>
4848
<type>jar</type>
4949
</dependency>
5050
</dependencies>

java/service/samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
44
<artifactId>samples</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<name>IoT Hub Service SDK Samples</name>
77
<packaging>pom</packaging>
88
<developers>
@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
2121
<artifactId>iothub-service-sdk</artifactId>
22-
<version>1.0.0</version>
22+
<version>1.0.1</version>
2323
</dependency>
2424
</dependencies>
2525
<build>

java/service/samples/service-client-sample/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
44
<artifactId>ServiceClientSample</artifactId>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<name>Service Client Sample</name>
77
<developers>
88
<developer>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.microsoft.azure.iothub.service.sdk</groupId>
3636
<artifactId>iothub-service-sdk</artifactId>
37-
<version>1.0.0</version>
37+
<version>1.0.1</version>
3838
<type>jar</type>
3939
</dependency>
4040
</dependencies>

node/common/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-iot-common",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Common components shared by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",

node/common/transport/amqp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-amqp-base",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AMQP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
88
"amqp10": "^2.2.1",
99
"amqp10-transport-ws": "^0.0.2",
10-
"azure-iot-common": "1.0.0",
10+
"azure-iot-common": "1.0.1",
1111
"debug": "^2.2.0"
1212
},
1313
"devDependencies": {

node/common/transport/http/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "azure-iot-http-base",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "HTTP operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-common": "1.0.0"
8+
"azure-iot-common": "1.0.1"
99
},
1010
"devDependencies": {
1111
"chai": "^3.3.0",

node/common/transport/mqtt/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "azure-iot-mqtt-base",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MQTT operations used by Azure IoT device and service SDKs",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-common": "1.0.0",
8+
"azure-iot-common": "1.0.1",
99
"debug": "^2.2.0",
1010
"mqtt": "^1.5.0"
1111
},

node/device/core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "azure-iot-device",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"main": "device.js",
88
"dependencies": {
9-
"azure-iot-common": "1.0.0",
9+
"azure-iot-common": "1.0.1",
1010
"debug": "^2.2.0"
1111
},
1212
"devDependencies": {

node/device/samples/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"author": "Microsoft Corp.",
77
"license": "MIT",
88
"dependencies": {
9-
"azure-iot-device": "1.0.0",
10-
"azure-iot-device-amqp": "1.0.0",
11-
"azure-iot-device-http": "1.0.0",
12-
"azure-iot-device-mqtt": "1.0.0"
9+
"azure-iot-device": "1.0.1",
10+
"azure-iot-device-amqp": "1.0.1",
11+
"azure-iot-device-http": "1.0.1",
12+
"azure-iot-device-mqtt": "1.0.1"
1313
},
1414
"devDependencies": {
1515
"jshint": "^2.8.0"

node/device/transport/amqp-ws/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "azure-iot-device-amqp-ws",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AMQP-over-WebSocket transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-amqp-base": "1.0.0",
9-
"azure-iot-device": "1.0.0",
10-
"azure-iot-device-amqp": "1.0.0"
8+
"azure-iot-amqp-base": "1.0.1",
9+
"azure-iot-device": "1.0.1",
10+
"azure-iot-device-amqp": "1.0.1"
1111
},
1212
"devDependencies": {
13-
"azure-iot-common": "1.0.0",
13+
"azure-iot-common": "1.0.1",
1414
"chai": "^3.3.0",
1515
"jshint": "^2.8.0",
1616
"mocha": "^2.3.3"

node/device/transport/amqp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "azure-iot-device-amqp",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "AMQP transport for Azure IoT device SDK",
55
"author": "Microsoft Corporation",
66
"license": "MIT",
77
"dependencies": {
8-
"azure-iot-amqp-base": "1.0.0",
9-
"azure-iot-common": "1.0.0",
10-
"azure-iot-device": "1.0.0"
8+
"azure-iot-amqp-base": "1.0.1",
9+
"azure-iot-common": "1.0.1",
10+
"azure-iot-device": "1.0.1"
1111
},
1212
"devDependencies": {
1313
"chai": "^3.3.0",

0 commit comments

Comments
 (0)