Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #150 from damonbarry/release
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry committed Mar 6, 2017
2 parents dd79d44 + 55249dd commit 24bd75d
Show file tree
Hide file tree
Showing 30 changed files with 2,571 additions and 61 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.12)
project(azure_iot_gateway_sdk)

set(GATEWAY_VERSION 1.0.1 CACHE INTERNAL "")
set(GATEWAY_VERSION 1.0.2 CACHE INTERNAL "")
set(COMPANY_NAME "Microsoft")
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@

// Version information for an assembly follows semantic versioning 1.0.0 (because
// NuGet didn't support semver 2.0.0 before VS 2015). See semver.org for details.
[assembly: AssemblyInformationalVersion("1.0.0")]
[assembly: AssemblyInformationalVersion("1.0.1")]
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"version": "1.0.0-*",

{
"version": "1.0.0",
"dependencies": {
"NETStandard.Library": "1.6.0"
},

"frameworks": {
"netstandard1.6": {
"imports": "dnxcore50"
}
}
}
}
2 changes: 1 addition & 1 deletion bindings/java/gateway-java-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>gateway-java-binding</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>Azure IoT Gateway SDK Java Module Binding</name>
<developers>
<developer>
Expand Down
2 changes: 1 addition & 1 deletion samples/java_sample/java_modules/Printer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>sample-printer-module</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion samples/java_sample/java_modules/Sensor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.microsoft.azure.gateway</groupId>
<artifactId>sample-sensor-module</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions samples/java_sample/src/java_sample_lin.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": "java",
"entrypoint": {
"class.name": "Printer",
"class.path": "../../../samples/java_sample/java_modules/Printer/target/sample-printer-module-1.0.0-with-deps.jar"
"class.path": "../../../samples/java_sample/java_modules/Printer/target/sample-printer-module-1.0.1-with-deps.jar"
}
},
"args": null
Expand All @@ -30,7 +30,7 @@
"name": "java",
"entrypoint": {
"class.name": "Sensor",
"class.path": "../../../samples/java_sample/java_modules/Sensor/target/sample-sensor-module-1.0.0-with-deps.jar"
"class.path": "../../../samples/java_sample/java_modules/Sensor/target/sample-sensor-module-1.0.1-with-deps.jar"
}
},
"args": null
Expand Down
4 changes: 2 additions & 2 deletions samples/java_sample/src/java_sample_win.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"name": "java",
"entrypoint": {
"class.name": "Printer",
"class.path": "..\\..\\..\\samples\\java_sample\\java_modules\\Printer\\target\\sample-printer-module-1.0.0-with-deps.jar"
"class.path": "..\\..\\..\\samples\\java_sample\\java_modules\\Printer\\target\\sample-printer-module-1.0.1-with-deps.jar"
}
},
"args": null
Expand All @@ -30,7 +30,7 @@
"name": "java",
"entrypoint": {
"class.name": "Sensor",
"class.path": "..\\..\\..\\samples\\java_sample\\java_modules\\Sensor\\target\\sample-sensor-module-1.0.0-with-deps.jar"
"class.path": "..\\..\\..\\samples\\java_sample\\java_modules\\Sensor\\target\\sample-sensor-module-1.0.1-with-deps.jar"
}
},
"args": null
Expand Down
2 changes: 1 addition & 1 deletion tools/docs/c/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.1
PROJECT_NUMBER = 1.0.2

# 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
13 changes: 7 additions & 6 deletions tools/docs/c/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
*
* \section features_sec Features
*
* - Provides a message broker with dynamically loadable modules
* - Utility to load modules using a JSON configuration file
* - BLE module (Linux only) supporting reading, writing and polling based on GATT characteristics
* - IoTHub module supporting multiplexing device connections to Azure IoTHub.
* - Is written in ANSI C (C99) to maximize code portability.
* - Bindings for Java, C#, and Node.js modules.
* - Enables units of logic called "modules" to communicate with each other via a common broker.
* - Modules, and communication "links" between them, are described in a JSON configuration file.
* - Modules included with the SDK:
* - BLE module supports reading, writing, and polling based on GATT characteristics (Linux only).
* - IoT Hub module supports multiplexing device telemetry over a single connection to Azure IoT Hub.
* - Written in ANSI C (C99) to maximize code portability.
* - Modules can be written in C, C# (.NET Core and .NET Framework), Java, and Node.js.
*
* \section tested_platforms_sec Tested platforms
*
Expand Down
2 changes: 1 addition & 1 deletion tools/docs/dotnet/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK - .NET Binding"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.0
PROJECT_NUMBER = 1.0.1

# 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
Loading

0 comments on commit 24bd75d

Please sign in to comment.