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

Commits on May 20, 2024

  1. feat: makes asdf-dotnet list all versions and improves performance

    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 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    f4fdbfa View commit details
    Browse the repository at this point in the history
  2. fix: remove sort_versions call

    hensou committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3ae9381 View commit details
    Browse the repository at this point in the history