Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions OpenTelemetryExtension.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<File Path="release-notes/v1.1.1.md" />
<File Path="release-notes/v2.0.0.md" />
<File Path="release-notes/v2.0.1.md" />
<File Path="release-notes/v2.1.0.md" />
</Folder>
<Folder Name="/.github/workflows/">
<File Path=".github/workflows/ci.yml" />
Expand Down
10 changes: 10 additions & 0 deletions release-notes/v2.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# v2.1.0

_Released: 2026-06-12_

## Added
- **`net8.0` target framework.** The library now ships `netstandard2.0`, `net8.0`
and `net10.0` assets. .NET 8 (LTS) consumers previously resolved the
`netstandard2.0` asset, which excludes ASP.NET Core instrumentation and the
`ExcludedPaths` request filter; they now get full feature parity with
`net10.0`. .NET 9 apps resolve the `net8.0` asset.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net8.0;net10.0</TargetFrameworks>
<Version>2.0.1</Version>
<Version>2.1.0</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

Expand Down
Loading