Is there Microsoft.Extensions.ServiceDiscovery 9.10.0? #6923
Answered
by
eerhardt
KalleOlaviNiemitalo
asked this question in
Q&A
|
https://github.com/dotnet/extensions/releases/tag/v9.10.0 mentions:
but https://www.nuget.org/packages/Microsoft.Extensions.ServiceDiscovery shows that the latest version is 9.5.1. Was Microsoft.Extensions.ServiceDiscovery 9.10.0 supposed to be published to NuGet Gallery, as part of the 9.10.0 release? |
Answered by
eerhardt
Oct 15, 2025
Replies: 1 comment 2 replies
|
New ServiceDiscovery versions didn't get released due to some missing csproj properties. See Add Workstream, Stage, and PackageValidationBaselineVersion metadata to ServiceDiscovery libraries (dotnet/extensions#6919). There weren't any substantial changes from 9.5.1, so skipping the 9.10.0 release for these libraries was considered acceptable. |
2 replies
Answer selected by
KalleOlaviNiemitalo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New ServiceDiscovery versions didn't get released due to some missing csproj properties. See Add Workstream, Stage, and PackageValidationBaselineVersion metadata to ServiceDiscovery libraries (dotnet/extensions#6919).
There weren't any substantial changes from 9.5.1, so skipping the 9.10.0 release for these libraries was considered acceptable.