Skip to content

Commit

Permalink
Update MinVer tag prefix (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
utpilla authored Nov 9, 2022
1 parent 83959fb commit b5adc2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/OpenTelemetry.Extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

## 1.0.0-beta.4
## 1.0.0-beta.3

Released 2022-Nov-09

* Update OpenTelemetry to 1.4.0-beta.2 ([#680](https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/680))

Expand All @@ -17,8 +19,6 @@
can still be used with .NET5.0 apps.
([#617](https://github.com/open-telemetry/opentelemetry-dotnet/pull/617))

## 1.0.0-beta.3

* Going forward the NuGet package will be
[`OpenTelemetry.Extensions`](https://www.nuget.org/packages/OpenTelemetry.Extensions).
Older versions will remain at
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks>net462;netstandard2.0</TargetFrameworks>
<TargetFrameworks Condition="'$(Configuration)' == 'Debug'">$(TargetFrameworks);net6.0</TargetFrameworks> <!-- Added just to get proper nullable analysis in IDE -->
<Description>OpenTelemetry .NET SDK preview features and extensions</Description>
<MinVerTagPrefix>Preview-</MinVerTagPrefix>
<MinVerTagPrefix>Extensions-</MinVerTagPrefix>
<Nullable>enable</Nullable>
<EnableAnalysis>true</EnableAnalysis>
<EnablePublicApi>true</EnablePublicApi>
Expand Down

0 comments on commit b5adc2a

Please sign in to comment.