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

Commit 6a3ed6b

Browse files
Bumping Version of SDK and Bindings.
1 parent b1b1e45 commit 6a3ed6b

File tree

20 files changed

+62
-17
lines changed

20 files changed

+62
-17
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.2 CACHE INTERNAL "")
7+
set(GATEWAY_VERSION 1.0.3 CACHE INTERNAL "")
88
set(COMPANY_NAME "Microsoft")
99
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
1010

bindings/dotnet/dotnet-binding/E2ETestModule/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

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

bindings/dotnet/dotnet-binding/Microsoft.Azure.IoT.Gateway.Test/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

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

bindings/dotnet/dotnet-binding/Microsoft.Azure.IoT.Gateway/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

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

bindings/dotnet/dotnet-binding/PrinterModule/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737

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

bindings/dotnet/dotnet-binding/SensorModule/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12+
<PackageVersion>1.0.1</PackageVersion>
1213
</PropertyGroup>
1314

1415
<ItemGroup>

bindings/dotnetcore/dotnet-core-binding/E2ETestModule/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@
1717

1818
// The following GUID is for the ID of the typelib if this project is exposed to COM
1919
[assembly: Guid("9bf319a0-bf8f-492b-a1a6-ab3b01170f28")]
20+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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.1</PackageVersion>
1112
</PropertyGroup>
1213

1314
<ItemGroup>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
1010
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
1111
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12+
<PackageVersion>1.0.1</PackageVersion>
1213
</PropertyGroup>
1314

1415
</Project>

0 commit comments

Comments
 (0)