This repository was archived by the owner on Oct 12, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
bindings/dotnetcore/dotnet-core-binding
Microsoft.Azure.Devices.Gateway.Tests
Microsoft.Azure.Devices.Gateway
samples/dotnet_core_module_sample/modules Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
cmake_minimum_required (VERSION 2.8.12 )
5
5
project (azure_iot_gateway_sdk )
6
6
7
- set (GATEWAY_VERSION 1.0.4 CACHE INTERNAL "" )
7
+ set (GATEWAY_VERSION 1.0.5 CACHE INTERNAL "" )
8
8
set (COMPANY_NAME "Microsoft" )
9
9
SET (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
10
10
Original file line number Diff line number Diff line change 9
9
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
10
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
11
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
- <PackageVersion >1.0.2 </PackageVersion >
12
+ <PackageVersion >1.0.3 </PackageVersion >
13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
<GenerateRuntimeConfigurationFiles >true</GenerateRuntimeConfigurationFiles >
9
9
<PackageTargetFallback >$(PackageTargetFallback);dotnet5.4;portable-net451+win8</PackageTargetFallback >
10
10
<RuntimeFrameworkVersion >1.1.1</RuntimeFrameworkVersion >
11
- <PackageVersion >1.0.2 </PackageVersion >
11
+ <PackageVersion >1.0.3 </PackageVersion >
12
12
</PropertyGroup >
13
13
14
14
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
10
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
11
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
- <PackageVersion >1.0.2 </PackageVersion >
12
+ <PackageVersion >1.0.3 </PackageVersion >
13
13
</PropertyGroup >
14
14
15
15
</Project >
Original file line number Diff line number Diff line change 9
9
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
10
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
11
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
- <PackageVersion >1.0.2 </PackageVersion >
12
+ <PackageVersion >1.0.3 </PackageVersion >
13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<GenerateAssemblyConfigurationAttribute >false</GenerateAssemblyConfigurationAttribute >
10
10
<GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
11
11
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
12
- <PackageVersion >1.0.2 </PackageVersion >
12
+ <PackageVersion >1.0.3 </PackageVersion >
13
13
</PropertyGroup >
14
14
15
15
<ItemGroup >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.0.4
41
+ PROJECT_NUMBER = 1.0.5
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "Microsoft Azure IoT Gateway SDK - .NET Core Binding"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.0.2
41
+ PROJECT_NUMBER = 1.0.3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
{
2
2
"gateway" :
3
3
{
4
- "core" : " 1.0.4 "
4
+ "core" : " 1.0.5 "
5
5
},
6
6
"bindings" :
7
7
{
8
8
"dotnet" : " 1.0.2" ,
9
- "dotnetcore" : " 1.0.2 " ,
9
+ "dotnetcore" : " 1.0.3 " ,
10
10
"java" : " 1.1.0"
11
11
},
12
12
"proxygateway" :
You can’t perform that action at this time.
0 commit comments