Skip to content

Commit

Permalink
Bump versions for latest release (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamdavi authored Mar 22, 2021
1 parent a377646 commit 61f682d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.35.0</Version>
<Version>1.36.0</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.30.0</Version>
<Version>1.31.0</Version>
<Title>Microsoft Azure IoT Service Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
4 changes: 2 additions & 2 deletions versions.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AssemblyPath, Version
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.35.0
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.30.0
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 1.36.0
iothub\service\src\Microsoft.Azure.Devices.csproj, 1.31.0
shared\src\Microsoft.Azure.Devices.Shared.csproj, 1.27.0
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 1.16.3
provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.Amqp.csproj, 1.13.4
Expand Down

0 comments on commit 61f682d

Please sign in to comment.