Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The latest released version of .NET runtime is being reported as 9.0.0-rc.2.24473.5 instead of 9.0.0 #548

Closed
ysmoradi opened this issue Nov 18, 2024 · 5 comments

Comments

@ysmoradi
Copy link

ysmoradi commented Nov 18, 2024

Description

https://dotnetcli.blob.core.windows.net/dotnet/Runtime/9.0/latest.version url is returning 9.0.0-rc.2.24473.5 instead of 9.0.0

Reproduction Steps

Just open the provided Microsoft website url.

Expected behavior

It should return the latest stable release number (9.0.0), just like https://dotnetcli.blob.core.windows.net/dotnet/Runtime/8.0/latest.version that returns 8.0.11

Actual behavior

It returns 9.0.0-rc.2.24473.5

Regression?

Works fine on .NET 8

Known Workarounds

I tried to workaround the cache (if any) by passing a random query string, but it didn't work

Configuration

No response

Other information

No response

@colejohnson66
Copy link

This belongs in dotnet/install-scripts. Possibly the same issue as #546

@ericstj ericstj transferred this issue from dotnet/runtime Nov 18, 2024
@ericstj
Copy link
Member

ericstj commented Nov 18, 2024

@rbhanda @marcpopMSFT do you know what process might be missing here to update this?

@baronfel baronfel transferred this issue from dotnet/sdk Nov 18, 2024
@rbhanda
Copy link

rbhanda commented Nov 18, 2024

@rbhanda @marcpopMSFT do you know what process might be missing here to update this?

working on this

@rbhanda
Copy link

rbhanda commented Nov 18, 2024

This has been fixed. https://dotnetcli.blob.core.windows.net/dotnet/Runtime/9.0/latest.version returns 9.0.0 now

@baronfel
Copy link
Member

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants