Skip to content

Commit

Permalink
2023-12-20 build (#3415)
Browse files Browse the repository at this point in the history
* 2023-12-20 build

* Update Microsoft.Azure.Devices.Client.csproj
  • Loading branch information
tmahmood-microsoft committed Dec 20, 2023
1 parent b02cd7c commit de7b59c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions iothub/device/src/Microsoft.Azure.Devices.Client.csproj
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.42.1</Version>
<Version>1.42.2</Version>
<Title>Microsoft Azure IoT Device Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down Expand Up @@ -107,7 +107,6 @@

<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<Reference Include="System.Web" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
Expand All @@ -120,7 +119,6 @@
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Transactions" />
<Reference Include="System.Web" />
<Reference Include="System.Net.Http" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.3" />
<PackageReference Include="Microsoft.Owin" Version="4.2.2" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion versions.csv
@@ -1,5 +1,5 @@
AssemblyPath, Version
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.42.1
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.42.2
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.39.1
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.30.4
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.19.4
Expand Down
2 changes: 1 addition & 1 deletion versions.json
@@ -1,6 +1,6 @@
[
{
"version" : "1.42.1"
"version" : "1.42.2"
},
{
"version" : "2.0.0-preview007",
Expand Down

0 comments on commit de7b59c

Please sign in to comment.