Skip to content

Commit eea8d98

Browse files
bump version (#3361)
1 parent cfcc10b commit eea8d98

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</PropertyGroup>
2929

3030
<PropertyGroup>
31-
<Version>2.0.0-preview006</Version>
31+
<Version>2.0.0-preview007</Version>
3232
<Title>Microsoft Azure IoT Device Client SDK</Title>
3333
<IncludeSource>True</IncludeSource>
3434
<IncludeSymbols>True</IncludeSymbols>

iothub/service/src/Microsoft.Azure.Devices.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup>
30-
<Version>2.0.0-preview006</Version>
30+
<Version>2.0.0-preview007</Version>
3131
<Title>Microsoft Azure IoT Service Client SDK</Title>
3232
<IncludeSource>True</IncludeSource>
3333
<IncludeSymbols>True</IncludeSymbols>

provisioning/device/src/Microsoft.Azure.Devices.Provisioning.Client.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727

2828
<PropertyGroup>
29-
<Version>2.0.0-preview006</Version>
29+
<Version>2.0.0-preview007</Version>
3030
<Title>Microsoft Azure IoT Provisioning Device Client SDK</Title>
3131
<IncludeSource>True</IncludeSource>
3232
<IncludeSymbols>True</IncludeSymbols>

provisioning/service/src/Microsoft.Azure.Devices.Provisioning.Service.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828

2929
<PropertyGroup>
30-
<Version>2.0.0-preview006</Version>
30+
<Version>2.0.0-preview007</Version>
3131
<Title>Microsoft Azure IoT Provisioning Service Client SDK</Title>
3232
<IncludeSource>True</IncludeSource>
3333
<IncludeSymbols>True</IncludeSymbols>

versions.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AssemblyPath, Version
2-
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 2.0.0-preview006
3-
iothub\service\src\Microsoft.Azure.Devices.csproj, 2.0.0-preview006
4-
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 2.0.0-preview006
5-
provisioning\service\src\Microsoft.Azure.Devices.Provisioning.Service.csproj, 2.0.0-preview006
2+
iothub\device\src\Microsoft.Azure.Devices.Client.csproj, 2.0.0-preview007
3+
iothub\service\src\Microsoft.Azure.Devices.csproj, 2.0.0-preview007
4+
provisioning\device\src\Microsoft.Azure.Devices.Provisioning.Client.csproj, 2.0.0-preview007
5+
provisioning\service\src\Microsoft.Azure.Devices.Provisioning.Service.csproj, 2.0.0-preview007

0 commit comments

Comments
 (0)