diff --git a/CMakeLists.txt b/CMakeLists.txt index 21754fd1..080bcd3a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.12) project(azure_iot_gateway_sdk) -set(GATEWAY_VERSION 1.0.3 CACHE INTERNAL "") +set(GATEWAY_VERSION 1.0.4 CACHE INTERNAL "") set(COMPANY_NAME "Microsoft") SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) diff --git a/bindings/dotnetcore/dotnet-core-binding/E2ETestModule/E2ETestModule.csproj b/bindings/dotnetcore/dotnet-core-binding/E2ETestModule/E2ETestModule.csproj index d38ea906..2ef69972 100644 --- a/bindings/dotnetcore/dotnet-core-binding/E2ETestModule/E2ETestModule.csproj +++ b/bindings/dotnetcore/dotnet-core-binding/E2ETestModule/E2ETestModule.csproj @@ -9,7 +9,7 @@ false false false - 1.0.1 + 1.0.2 diff --git a/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway.Tests/Microsoft.Azure.Devices.Gateway.Tests.csproj b/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway.Tests/Microsoft.Azure.Devices.Gateway.Tests.csproj index 102296ed..f04c6b1a 100644 --- a/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway.Tests/Microsoft.Azure.Devices.Gateway.Tests.csproj +++ b/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway.Tests/Microsoft.Azure.Devices.Gateway.Tests.csproj @@ -8,7 +8,7 @@ true $(PackageTargetFallback);dotnet5.4;portable-net451+win8 1.1.1 - 1.0.1 + 1.0.2 diff --git a/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway/Microsoft.Azure.Devices.Gateway.csproj b/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway/Microsoft.Azure.Devices.Gateway.csproj index d5962f0d..6854ee75 100644 --- a/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway/Microsoft.Azure.Devices.Gateway.csproj +++ b/bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway/Microsoft.Azure.Devices.Gateway.csproj @@ -9,7 +9,7 @@ false false false - 1.0.1 + 1.0.2 diff --git a/proxy/gateway/java/gateway-remote-module/pom.xml b/proxy/gateway/java/gateway-remote-module/pom.xml index 9adae123..871f0871 100644 --- a/proxy/gateway/java/gateway-remote-module/pom.xml +++ b/proxy/gateway/java/gateway-remote-module/pom.xml @@ -3,7 +3,7 @@ com.microsoft.azure.gateway gateway-remote-module - 1.0.0 + 1.0.1 microsoft diff --git a/samples/dotnet_core_module_sample/modules/PrinterModule/PrinterModule.csproj b/samples/dotnet_core_module_sample/modules/PrinterModule/PrinterModule.csproj index a977fddc..33e267ea 100644 --- a/samples/dotnet_core_module_sample/modules/PrinterModule/PrinterModule.csproj +++ b/samples/dotnet_core_module_sample/modules/PrinterModule/PrinterModule.csproj @@ -9,7 +9,7 @@ false false false - 1.0.1 + 1.0.2 diff --git a/samples/dotnet_core_module_sample/modules/SensorModule/SensorModule.csproj b/samples/dotnet_core_module_sample/modules/SensorModule/SensorModule.csproj index 8f2a4e2e..fb33d54c 100644 --- a/samples/dotnet_core_module_sample/modules/SensorModule/SensorModule.csproj +++ b/samples/dotnet_core_module_sample/modules/SensorModule/SensorModule.csproj @@ -9,7 +9,7 @@ false false false - 1.0.1 + 1.0.2 diff --git a/tools/docs/c/Doxyfile b/tools/docs/c/Doxyfile index b9bef5e0..54999198 100644 --- a/tools/docs/c/Doxyfile +++ b/tools/docs/c/Doxyfile @@ -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.3 +PROJECT_NUMBER = 1.0.4 # 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 diff --git a/tools/docs/dotnetcore/Doxyfile b/tools/docs/dotnetcore/Doxyfile index 35b59eaf..b1091229 100644 --- a/tools/docs/dotnetcore/Doxyfile +++ b/tools/docs/dotnetcore/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK - .NET Core Binding" # 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 diff --git a/tools/release/bump_version/inputs.js b/tools/release/bump_version/inputs.js index 9cf08024..c7d6aaad 100644 --- a/tools/release/bump_version/inputs.js +++ b/tools/release/bump_version/inputs.js @@ -159,6 +159,12 @@ module.exports = [ "search": "\\d+\.\\d+\.\\d+", "replaceString": "bindings.java" }, + { + "taskType": "regexReplaceTask", + "filePath": "samples/java_sample/src/java_sample_mac.json", + "search": "\\d+\.\\d+\.\\d+", + "replaceString": "bindings.java" + }, { "taskType": "regexReplaceTask", "filePath": "samples/java_sample/src/java_sample_win.json", diff --git a/tools/release/bump_version/versions.json b/tools/release/bump_version/versions.json index ac95c5e3..0f7d1df8 100644 --- a/tools/release/bump_version/versions.json +++ b/tools/release/bump_version/versions.json @@ -1,16 +1,16 @@ { "gateway": { - "core" : "1.0.3" + "core" : "1.0.4" }, "bindings" : { "dotnet" : "1.0.2", - "dotnetcore": "1.0.1", + "dotnetcore": "1.0.2", "java" : "1.1.0" }, "proxygateway" : { - "java" : "1.0.0" + "java" : "1.0.1" } }