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

feat: makes asdf-dotnet list all versions and improves performance #31

Merged
merged 2 commits into from
May 21, 2024

Conversation

hensou
Copy link
Owner

@hensou hensou commented May 20, 2024

This commit completly removes the depency on dotnet releases json maddness and instead uses a versions.txt file that gets updated on our own repo.

This makes it almost instantly to list all version as we only need to downloada simple txt file instead of waiting for hundreds of requests and processing json with bash.

This commit completly removes the depency on dotnet releases json
maddness and instead uses a versions.txt file that gets updated on our
own repo.

This makes it almost instantly to list all version as we only need to
downloada simple txt file instead of waiting for hundreds of requests
and processing json with bash.
@hensou hensou merged commit 5aa24bb into main May 21, 2024
4 checks passed
@hensou hensou deleted the fetch-version-from-own-repo branch May 21, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant