Skip to content

Commit

Permalink
Retarget ElasticSearch, and MassTransit (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjiro authored Jun 16, 2021
1 parent 0d09c4d commit 8cbccec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

## Unreleased

* Updated OTel SDK package version to 1.1.0-beta4
([#136](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/136))

* Updated OTel SDK package version to 1.1.0-beta1
([#100](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/100))
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<IncludeSharedInstrumentationSource>true</IncludeSharedInstrumentationSource>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="1.1.0-beta1" />
<PackageReference Include="OpenTelemetry" Version="1.1.0-beta4" />
<PackageReference Include="System.Text.Json" Version="5.0.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@

## Unreleased

* Updated OTel SDK package version to 1.1.0-beta4
([#136](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/136))

* Updated OTel SDK package version to 1.1.0-beta1
([#100](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/100))
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<IncludeSharedInstrumentationSource>true</IncludeSharedInstrumentationSource>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="1.1.0-beta1" />
<PackageReference Include="OpenTelemetry" Version="1.1.0-beta4" />
</ItemGroup>
</Project>

0 comments on commit 8cbccec

Please sign in to comment.