-
Notifications
You must be signed in to change notification settings - Fork 83
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 desktop runtime is being reported as 9.0.0-rc.2.24474.4 instead of 9.0.0 #549
Comments
@rbhanda |
ASP runtime looks good: |
@Sewer56 Where are you getting the link to these RC2 files? Is it through install scripts?
Same for LTS, STS, 8.0 We're looking into resolving the azure endpoint issue. |
@JanProvaznik I'm querying Current iteration of that code in install-scripts/src/dotnet-install.ps1 Line 504 in 68aa8cb
My C# port from a while back: In my case, I wrote a library for querying and downloading .NET Runtimes (since nothing like this existed at the time). I use it in an installer; essentially I download one of my FOSS programs, parse the However, due to |
Things appear to have gotten worse.
The "/dotnet/Runtime/[9.0|8.0]/latest.version" and "/dotnet/aspnetcore/Runtime/[9.0|8.0]/latest.version" variants still work fine. |
The file downloading issue has been resolved and everything updated. Note that you might need to go to private mode to check because the browsers cache the results. https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/9.0/latest.version |
Looks good to me. |
https://dotnetcli.blob.core.windows.net/dotnet/WindowsDesktop/9.0/latest.version URL is returning 9.0.0-rc.2.24474.4 instead of 9.0.0
Same as #548 but different URL.
The text was updated successfully, but these errors were encountered: