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

Commit 3b008a1

Browse files
committed
Bump versions for 2017-04-27 release
1 parent 52765f0 commit 3b008a1

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cmake_minimum_required(VERSION 2.8.12)
55
project(azure_iot_gateway_sdk)
66

7-
set(GATEWAY_VERSION 1.0.4 CACHE INTERNAL "")
7+
set(GATEWAY_VERSION 1.0.5 CACHE INTERNAL "")
88
set(COMPANY_NAME "Microsoft")
99
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
1010

bindings/dotnetcore/dotnet-core-binding/E2ETestModule/E2ETestModule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<PackageVersion>1.0.2</PackageVersion>
12+
<PackageVersion>1.0.3</PackageVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway.Tests/Microsoft.Azure.Devices.Gateway.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
99
<PackageTargetFallback>$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback>
1010
<RuntimeFrameworkVersion>1.1.1</RuntimeFrameworkVersion>
11-
<PackageVersion>1.0.2</PackageVersion>
11+
<PackageVersion>1.0.3</PackageVersion>
1212
</PropertyGroup>
1313

1414
<ItemGroup>

bindings/dotnetcore/dotnet-core-binding/Microsoft.Azure.Devices.Gateway/Microsoft.Azure.Devices.Gateway.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<PackageVersion>1.0.2</PackageVersion>
12+
<PackageVersion>1.0.3</PackageVersion>
1313
</PropertyGroup>
1414

1515
</Project>

samples/dotnet_core_module_sample/modules/PrinterModule/PrinterModule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<PackageVersion>1.0.2</PackageVersion>
12+
<PackageVersion>1.0.3</PackageVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

samples/dotnet_core_module_sample/modules/SensorModule/SensorModule.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12-
<PackageVersion>1.0.2</PackageVersion>
12+
<PackageVersion>1.0.3</PackageVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>

tools/docs/c/Doxyfile

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

41-
PROJECT_NUMBER = 1.0.4
41+
PROJECT_NUMBER = 1.0.5
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

tools/docs/dotnetcore/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK - .NET Core Binding"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.0.2
41+
PROJECT_NUMBER = 1.0.3
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

tools/release/bump_version/versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"gateway":
33
{
4-
"core" : "1.0.4"
4+
"core" : "1.0.5"
55
},
66
"bindings" :
77
{
88
"dotnet" : "1.0.2",
9-
"dotnetcore": "1.0.2",
9+
"dotnetcore": "1.0.3",
1010
"java" : "1.1.0"
1111
},
1212
"proxygateway" :

0 commit comments

Comments
 (0)