Why does Microsoft.Extensions.Http.Resilience use version 10.x.0 instead of aligning with Microsoft.Extensions.Http’s 10.0.x from dotnet/runtime?
Open
area-fundamentals
untriaged
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 894
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 23
Description
Why is the versioning for Microsoft.Extensions.Http.Resilience set as `8/9/10.x.0` rather than being aligned with Microsoft.Extensions.Http (`8/9/10.0.x`) as published from the dotnet/runtime repository?
Is there any special consideration for this difference? Unifying the major and minor version numbers would help with dependency management and reduce confusion for consumers.
Could this been fixed in 11.0?
Contributor guide
Assessment
This issue has not been assessed yet.