Skip to content

Commit

Permalink
[OneCollector] Bump SDK to 1.10.0-rc.1 (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch authored Nov 4, 2024
1 parent a197116 commit 09e3619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/OpenTelemetry.Exporter.OneCollector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
also be applied to subsequent `LogRecord`s in the same batch.
([#2205](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2205))

* Update OpenTelemetry SDK version to `1.10.0-rc.1` and removed the direct
reference to `Microsoft.Extensions.Configuration.Binder`.
([#2295](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/2295))

## 1.9.3

Released 2024-Oct-11
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
</PropertyGroup>

<PropertyGroup>
<OTelSdkVersion>$(OpenTelemetryCoreLatestVersion)</OTelSdkVersion>
<OTelSdkVersion>$(OpenTelemetryCoreLatestPrereleaseVersion)</OTelSdkVersion>
<DefineConstants Condition="$(OTelSdkVersion.Contains('alpha')) OR $(OTelSdkVersion.Contains('beta')) OR $(OTelSdkVersion.Contains('rc'))">$(DefineConstants);EXPOSE_EXPERIMENTAL_FEATURES</DefineConstants>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTelemetry" Version="$(OTelSdkVersion)" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="$(MicrosoftExtensionsConfigurationBinderPkgVer)" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 09e3619

Please sign in to comment.