Skip to content

Commit

Permalink
Microsoft Azure IoT Hub SDK for .NET Release 2022-11-16 (#2966)
Browse files Browse the repository at this point in the history
* release changes

* Update iothub/device/src/Microsoft.Azure.Devices.Client.csproj

Co-authored-by: David R. Williamson <[email protected]>

Co-authored-by: David R. Williamson <[email protected]>
  • Loading branch information
tmahmood-microsoft and David R. Williamson authored Nov 16, 2022
1 parent ac0af3f commit 8aab065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions iothub/device/src/Microsoft.Azure.Devices.Client.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks Condition="'$(OS)' == 'Windows_NT'">net5.0;netstandard2.1;netstandard2.0;net472;net451</TargetFrameworks>
<TargetFrameworks Condition="'$(OS)' != 'Windows_NT'">net5.0;netstandard2.1;netstandard2.0</TargetFrameworks>
Expand Down Expand Up @@ -26,7 +26,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.41.2</Version>
<Version>1.41.3</Version>
<Title>Microsoft Azure IoT Device Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion versions.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AssemblyPath, Version
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.41.2
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.41.3
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.38.2
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.30.2
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.19.2
Expand Down

0 comments on commit 8aab065

Please sign in to comment.