Update DiagnosticsSource package version (#4959)
This commit is contained in:
parent
c257ba598d
commit
83ea1ec83d
|
|
@ -29,7 +29,7 @@
|
|||
3) Since version 3.1.0, the .NET runtime team is holding a high bar for backward compatibility on
|
||||
Microsoft.Extensions.Logging even during major version bumps, so compatibility is not a concern here.
|
||||
-->
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.1.23419.4" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="8.0.0-rc.2.23479.6" />
|
||||
|
||||
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="[3.1.0,)" />
|
||||
<PackageVersion Include="Microsoft.Extensions.Options" Version="[3.1.0,)" />
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
3) The .NET runtime team provides extra backward compatibility guarantee to System.Diagnostics.DiagnosticSource
|
||||
even during major version bumps, so compatibility is not a concern here.
|
||||
-->
|
||||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
|
||||
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="8.0.0-rc.2.23479.6" />
|
||||
|
||||
<!-- A conservative version of System.Text.Encodings.Web must be used here since there is no backward compatibility guarantee during major version bumps. -->
|
||||
<PackageVersion Include="System.Text.Encodings.Web" Version="4.7.2" />
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated `System.Diagnostics.DiagnosticSource` package version to
|
||||
`8.0.0-rc.2.23479.6`.
|
||||
([#4959](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4959))
|
||||
|
||||
## 1.7.0-alpha.1
|
||||
|
||||
Released 2023-Oct-16
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated `Microsoft.Extensions.Logging` package version to
|
||||
`8.0.0-rc.2.23479.6`.
|
||||
([#4959](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4959))
|
||||
|
||||
## 1.7.0-alpha.1
|
||||
|
||||
Released 2023-Oct-16
|
||||
|
|
|
|||
Loading…
Reference in New Issue