Skip to content

Commit

Permalink
Bump OTel to 1.7.0 for ResourceDetectors Host and Process (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek authored Dec 21, 2023
1 parent d51542c commit 6bb57e2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/OpenTelemetry.ResourceDetectors.Host/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

* Update OpenTelemetry SDK version to `1.7.0`.
([#1518](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1518))

## 0.1.0-alpha.1

Released 2023-Dec-21

* Initial release of `OpenTelemetry.ResourceDetectors.Host` project
[1507](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1507)
[1507](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1507)
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<MinVerTagPrefix>ResourceDetectors.Host-</MinVerTagPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
</ItemGroup>
</Project>
5 changes: 4 additions & 1 deletion src/OpenTelemetry.ResourceDetectors.Process/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

## Unreleased

* Update OpenTelemetry SDK version to `1.7.0`.
([#1518](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1518))

## 0.1.0-alpha.1

Released 2023-Dec-21

* Initial release of `OpenTelemetry.ResourceDetectors.Process` project
[1506](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1506)
[1506](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/1506)
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<MinVerTagPrefix>ResourceDetectors.Process-</MinVerTagPrefix>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="1.6.0" />
<PackageReference Include="OpenTelemetry" Version="$(OpenTelemetryCoreLatestVersion)" />
</ItemGroup>
</Project>

0 comments on commit 6bb57e2

Please sign in to comment.