diff --git a/iothub/device/src/Microsoft.Azure.Devices.Client.csproj b/iothub/device/src/Microsoft.Azure.Devices.Client.csproj index 5c77e4ea43..424fe79e83 100644 --- a/iothub/device/src/Microsoft.Azure.Devices.Client.csproj +++ b/iothub/device/src/Microsoft.Azure.Devices.Client.csproj @@ -1,4 +1,4 @@ - + netstandard2.1;netstandard2.0;net472;net451 netstandard2.1;netstandard2.0 @@ -25,7 +25,7 @@ - 1.36.7 + 1.36.8 Microsoft Azure IoT Device Client SDK True True diff --git a/iothub/service/src/Microsoft.Azure.Devices.csproj b/iothub/service/src/Microsoft.Azure.Devices.csproj index 6d3746cde7..bfb826324f 100644 --- a/iothub/service/src/Microsoft.Azure.Devices.csproj +++ b/iothub/service/src/Microsoft.Azure.Devices.csproj @@ -1,4 +1,4 @@ - + netstandard2.1;netstandard2.0;net472;net451 netstandard2.1;netstandard2.0 @@ -23,7 +23,7 @@ - 1.31.4 + 1.31.5 Microsoft Azure IoT Service Client SDK True True diff --git a/versions.csv b/versions.csv index 7e30e022e1..85b04c8f7a 100644 --- a/versions.csv +++ b/versions.csv @@ -1,6 +1,6 @@ AssemblyPath, Version -iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.36.7 -iothub\service\src\Microsoft.Azure.Devices.csproj, 1.31.4 +iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.36.8 +iothub\service\src\Microsoft.Azure.Devices.csproj, 1.31.5 shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.27.2 provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.16.5 provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj, 1.13.8