Skip to content

Commit

Permalink
Bump version number for LTS release
Browse files Browse the repository at this point in the history
  • Loading branch information
brycewang-microsoft committed Jun 6, 2022
1 parent 73a636e commit 20a3cfc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.36.5</Version>
<Version>1.36.6</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 @@ -23,7 +23,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.31.2</Version>
<Version>1.31.3</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 @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.13.6</Version>
<Version>1.13.7</Version>
<Title>Microsoft Azure IoT Provisioning Device Client AMQP Transport</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
6 changes: 3 additions & 3 deletions versions.csv
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
AssemblyPath, Version
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.36.5
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.31.2
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.36.6
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.31.3
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.27.1
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.16.4
provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj, 1.13.6
provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj, 1.13.7
provisioning\transport\http\src\Microsoft.Azure.Devices.Provisioning.Transport.Http.csproj, 1.12.4
provisioning\transport\mqtt\src\Microsoft.Azure.Devices.Provisioning.Transport.Mqtt.csproj, 1.14.2
security\tpm\src\Microsoft.Azure.Devices.Provisioning.Security.Tpm.csproj, 1.12.4
Expand Down

0 comments on commit 20a3cfc

Please sign in to comment.