dotnet / install-scripts

MIT License
145 stars 76 forks source link

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 closed 1 week ago

ysmoradi commented 1 week ago

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 commented 1 week ago

This belongs in dotnet/install-scripts. Possibly the same issue as https://github.com/dotnet/install-scripts/issues/546

ericstj commented 1 week ago

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

rbhanda commented 1 week ago

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

working on this

rbhanda commented 1 week ago

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

baronfel commented 1 week ago

Thank you very much!