Skip to content

Commit

Permalink
Update versions (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanbulfinMS committed Mar 7, 2022
1 parent ed49d32 commit f68cdb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/test/E2ETests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Http" Version="1.16.0-preview-001" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Transport.Mqtt" Version="1.18.0-preview-001" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Security.Tpm" Version="1.15.0-preview-001" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.19.0-preview-001" />
<PackageReference Include="Microsoft.Azure.Devices.Provisioning.Service" Version="1.19.1-preview-001" />
<ProjectReference Include="$(RootDir)\security\tpm\samples\SecurityProviderTpmSimulator\SecurityProviderTpmSimulator.csproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>1.19.0-preview-001</Version>
<Version>1.19.1-preview-001</Version>
<Title>Microsoft Azure IoT Provisioning Service Client SDK</Title>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
Expand Down
2 changes: 1 addition & 1 deletion versions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ provisioning\transport\amqp\src\Microsoft.Azure.Devices.Provisioning.Transport.A
provisioning\transport\http\src\Microsoft.Azure.Devices.Provisioning.Transport.Http.csproj,1.16.0-preview-001
provisioning\transport\mqtt\src\Microsoft.Azure.Devices.Provisioning.Transport.Mqtt.csproj,1.18.0-preview-001
security\tpm\src\Microsoft.Azure.Devices.Provisioning.Security.Tpm.csproj,1.15.0-preview-001
provisioning\service\src\Microsoft.Azure.Devices.Provisioning.Service.csproj,1.19.0-preview-001
provisioning\service\src\Microsoft.Azure.Devices.Provisioning.Service.csproj,1.19.1-preview-001

0 comments on commit f68cdb8

Please sign in to comment.