Skip to content

Commit

Permalink
Update versions for 2021-05-06 release. (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinagesh authored May 5, 2021
1 parent 071ac3c commit 3959d98
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion iothub/device/src/Microsoft.Azure.Devices.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.37.0</Version>
<Version>1.37.1</Version>
<Title>Microsoft Azure IoT Device Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion iothub/service/src/Microsoft.Azure.Devices.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.32.0</Version>
<Version>1.33.0</Version>
<Title>Microsoft Azure IoT Service Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.17.0</Version>
<Version>1.17.1</Version>
<Title>Microsoft Azure IoT Provisioning Device Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.17.0</Version>
<Version>1.17.1</Version>
<Title>Microsoft Azure IoT Provisioning Service Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.14.0</Version>
<Version>1.14.1</Version>
<Title>Microsoft Azure IoT Provisioning Device Client AMQP Transport</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.13.0</Version>
<Version>1.13.1</Version>
<Title>Microsoft Azure IoT Provisioning Device Client HTTP Transport</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.15.0</Version>
<Version>1.15.1</Version>
<Title>Microsoft Azure IoT Provisioning Device Client MQTT Transport</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<PropertyGroup>
<Version>1.13.0</Version>
<Version>1.13.1</Version>
<Title>Microsoft Azure IoT Provisioning Device Security TPM Client</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion shared/src/Microsoft.Azure.Devices.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.28.0</Version>
<Version>1.28.1</Version>
<Title>Microsoft Azure IoT Devices Shared</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
18 changes: 9 additions & 9 deletions versions.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
AssemblyPath, Version
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.37.0
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.32.0
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.28.0
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.17.0
provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj, 1.14.0
provisioning\transport\http\src\Microsoft.Azure.Devices.Provisioning.Transport.Http.csproj, 1.13.0
provisioning\transport\mqtt\src\Microsoft.Azure.Devices.Provisioning.Transport.Mqtt.csproj, 1.15.0
security\tpm\src\Microsoft.Azure.Devices.Provisioning.Security.Tpm.csproj, 1.13.0
provisioning\service\src\Microsoft.Azure.Devices.Provisioning.Service.csproj, 1.17.0
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.37.1
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.33.0
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.28.1
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.17.1
provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj, 1.14.1
provisioning\transport\http\src\Microsoft.Azure.Devices.Provisioning.Transport.Http.csproj, 1.13.1
provisioning\transport\mqtt\src\Microsoft.Azure.Devices.Provisioning.Transport.Mqtt.csproj, 1.15.1
security\tpm\src\Microsoft.Azure.Devices.Provisioning.Security.Tpm.csproj, 1.13.1
provisioning\service\src\Microsoft.Azure.Devices.Provisioning.Service.csproj, 1.17.1

0 comments on commit 3959d98

Please sign in to comment.