Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Fix installation of .NET versions where format of latest release date differs from the actual release date. #13

Merged
merged 2 commits into from
Mar 10, 2021

Conversation

ronaldbosma
Copy link
Owner

The latest-release and latest-release-date are used to select the latest release. This will return $null if the date format of the latest-release-date is wrong. If we get $null we try to select the latest release by only filtering on the version and not the date.

This fixes issue: #12

…date.

For .NET 5.0.4 the date format of the latest-release-date field differed from the release-date field.
This is a backup to make the task a little more robust.
@ronaldbosma ronaldbosma linked an issue Mar 10, 2021 that may be closed by this pull request
@ronaldbosma ronaldbosma merged commit 202a310 into master Mar 10, 2021
@ronaldbosma ronaldbosma deleted the fix-install-net.5 branch March 10, 2021 16:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Installing .NET 5.0.4 fails
2 participants