File tree Expand file tree Collapse file tree 7 files changed +21
-8
lines changed
OpenTelemetry.Api.ProviderBuilderExtensions
OpenTelemetry.Exporter.OpenTelemetryProtocol
OpenTelemetry.Extensions.Hosting Expand file tree Collapse file tree 7 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 99 possible and only deviate (use a specific version) when a package has a
1010 more specific patch which must be reference directly.
1111 -->
12- <LatestRuntimeOutOfBandVer >9.0.0-rc.1.24431.7 </LatestRuntimeOutOfBandVer >
12+ <LatestRuntimeOutOfBandVer >9.0.0</LatestRuntimeOutOfBandVer >
1313
1414 <!-- Mitigate https://msrc.microsoft.com/update-guide/vulnerability/CVE-2024-43485. -->
1515 <SystemTextEncodingsWebOutOfBandMinimumCoreAppVer >8.0.0</SystemTextEncodingsWebOutOfBandMinimumCoreAppVer >
106106 <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" $(LatestRuntimeOutOfBandVer)" />
107107 <PackageVersion Include =" Microsoft.Extensions.Http" Version =" $(LatestRuntimeOutOfBandVer)" />
108108 <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" $(LatestRuntimeOutOfBandVer)" />
109- <PackageVersion Include =" Microsoft.Extensions.Telemetry.Abstractions" Version =" [9.0.0-preview.8.24460.1 ,)" />
109+ <PackageVersion Include =" Microsoft.Extensions.Telemetry.Abstractions" Version =" [9.0.0,)" />
110110 <PackageVersion Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" [1.0.3,2.0)" />
111111 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" [17.11.0,18.0.0)" />
112112 <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" [8.0.0,9.0)" />
129129 </ItemGroup >
130130
131131 <ItemGroup Condition =" '$(TargetFramework)' == 'net9.0'" >
132- <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.0-rc.1.24452.1 " />
132+ <PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" 9.0.0" />
133133 </ItemGroup >
134134
135135</Project >
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
33 "rollForward" : " latestFeature" ,
4- "version" : " 9.0.100-rc.1.24452.12 "
4+ "version" : " 9.0.100"
55 }
66}
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Notes](../../RELEASENOTES.md).
77
88## Unreleased
99
10+ * Updated ` Microsoft.Extensions.DependencyInjection.Abstractions ` package
11+ version to ` 9.0.0 ` .
12+ ([ #5967 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5967 ) )
13+
1014## 1.10.0-rc.1
1115
1216Released 2024-Nov-01
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
66
77## Unreleased
88
9+ * Updated ` System.Diagnostics.DiagnosticSource ` package version to
10+ ` 9.0.0 ` .
11+ ([ #5967 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5967 ) )
12+
913## 1.10.0-rc.1
1014
1115Released 2024-Nov-01
Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ Released 2024-Sep-30
3434 on mobile platforms which caused telemetry to be dropped silently.
3535 ([ #5821 ] ( https://github.com/open-telemetry/opentelemetry-dotnet-contrib/pull/5821 ) )
3636
37- * Updated ` Microsoft.Extensions.Hosting.Abstractions ` package
38- version to ` 9.0.0-rc.1.24431.7 ` .
39- ([ #5853 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5853 ) )
40-
4137## 1.9.0
4238
4339Released 2024-Jun-14
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Notes](../../RELEASENOTES.md).
66
77## Unreleased
88
9+ * Updated ` Microsoft.Extensions.Hosting.Abstractions ` package
10+ version to ` 9.0.0 ` .
11+ ([ #5967 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5967 ) )
12+
913## 1.10.0-rc.1
1014
1115Released 2024-Nov-01
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ Notes](../../RELEASENOTES.md).
2222 MetricPoints will automatically be reclaimed and reused for future
2323 measurements. There is NO ability to revert to the old behavior.
2424
25+ * Updated the ` Microsoft.Extensions.Logging.Configuration ` and
26+ ` Microsoft.Extensions.Diagnostics.Abstractions ` package versions to
27+ ` 9.0.0 ` .
28+ ([ #5967 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/5967 ) )
29+
2530## 1.10.0-rc.1
2631
2732Released 2024-Nov-01
You can’t perform that action at this time.
0 commit comments